You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IStateRehydrator<T> 인터페이스의 TryRehydrateState(Guid streamId) 메서드는 복원된 상태의 버전을 제공하지 않는다. 그래서 이 메서드를 사용해 상태를 복원한 후 새 이벤트를 생성해 수집하려 할 때 IEventCollector.CollectEvents 메서드의 두 번째 매개변수 startVersion의 값을 설정할 수 없다. 명백한 설계 오류다.