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
These functions could check that the client is not closed, nor closing. We could change the signature to return a channel and an error, and return a specific error when the client is not open.
The text was updated successfully, but these errors were encountered:
I'm undecided if it's needed, other than for correctness. I came up with this when I was thinking about the idempotency of raw.Client.Close() and Client.shutdown(). Given that all notify and shutdown function synchronise, this may not be needed at all.
rabbitmq-stream-go-client/pkg/raw/client.go
Lines 1289 to 1296 in b708687
These functions could check that the client is not closed, nor closing. We could change the signature to return a channel and an error, and return a specific error when the client is not open.
The text was updated successfully, but these errors were encountered: