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
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
If a previously connected consumer crashes and is restarted with the same configuration (especially with the same port number), the provider does not accept this new connection, apparently because it somehow assumes the old consumer instance still to be connected.
Instead, intended behavior should rather allow to re-initiate and resume the communication as if it was yet running like previous to the crash of the consumer.
(side note: at least in the HTTP transport the problem does not occur, restarting a consumer using the same port number does not affect the provider.)