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
Describe the bug
When calling AppendToStreamAsync, if the eventData enumerable throws an exception, the call does not return or throw until the gRPC client times the operation out. The exception from the timeout does not contain any detail from the enumerable exception.
To Reproduce
Steps to reproduce the behavior:
Run this code
Expected behavior
The original "bad data" exception or some exception with that exception as inner exception should be thrown immediately.
Actual behavior
The call hangs until the gRPC call times out. The exception that is thrown simply indicates that the deadline expired with no additional detail.
EventStore details
EventStore server version: 20.10.5
Operating system: macOs
EventStore client version (if applicable): 20.10.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When calling
AppendToStreamAsync
, if theeventData
enumerable throws an exception, the call does not return or throw until the gRPC client times the operation out. The exception from the timeout does not contain any detail from the enumerable exception.To Reproduce
Steps to reproduce the behavior:
Run this code
Expected behavior
The original "bad data" exception or some exception with that exception as inner exception should be thrown immediately.
Actual behavior
The call hangs until the gRPC call times out. The exception that is thrown simply indicates that the deadline expired with no additional detail.
EventStore details
The text was updated successfully, but these errors were encountered: