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
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(System.TimeoutException)
Actual: typeof(EventStore.Client.PersistentSubscriptionDroppedByServerException)
---- EventStore.Client.PersistentSubscriptionDroppedByServerException : Subscription group 'group-connect_to_existing_with_start_from_beginning_and_no_streamconnect_to_existing_with_start_from_not_set_and_events_in_it-ebe43b3370494324a16eb6b0b2dc3e4a' on stream 'stream-connect_to_existing_with_start_from_beginning_and_no_streamconnect_to_existing_with_start_from_not_set_and_events_in_it-9b4f26dc0b7b4d4b9a0c24e1817bf015' was dropped.
-------- Grpc.Core.RpcException : Status(StatusCode="Cancelled", Detail="Subscription group group-connect_to_existing_with_start_from_beginning_and_no_streamconnect_to_existing_with_start_from_not_set_and_events_in_it-ebe43b3370494324a16eb6b0b2dc3e4a on stream stream-connect_to_existing_with_start_from_beginning_and_no_streamconnect_to_existing_with_start_from_not_set_and_events_in_it-9b4f26dc0b7b4d4b9a0c24e1817bf015 was dropped.")