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
The close notification is incorrect when the client is closed due to a missing heartbeat.
So the client can't be reconnected. The client should consider the missing heartbeat as an error.
Describe the bug
The close notification is incorrect when the client is closed due to a missing heartbeat.
So the client can't be reconnected. The client should consider the missing heartbeat as an error.
Reproduction steps
It should be enough to do the same: rabbitmq/rabbitmq-stream-dotnet-client#393
Expected behavior
Raise the socket closed error so the client can reconnect.
Additional context
No response
The text was updated successfully, but these errors were encountered: