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
Fixes some issues about possible sending message over closed channels. Fixed the issued when too many requests were sent to be publish in the end none was published correctly.
Fixed data race, change the use of a specific channel for closing the transport and finally keep listening for notification channel until a new leader is elected and only then creates a new Relt instance.