Open Gsantomaggio opened 21 hours ago
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.
It should be enough to do the same: https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/issues/393
Raise the socket closed error so the client can reconnect.
No response
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: https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/issues/393
Expected behavior
Raise the socket closed error so the client can reconnect.
Additional context
No response