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
There is a race condition during connection termination in the ConnectionManager. If connect() is called shortly after the connection is terminated, a new connection is not created because the old one still exists.
There is a race condition during connection termination in the
ConnectionManager. Ifconnect()is called shortly after the connection is terminated, a new connection is not created because the old one still exists.┆Issue is synchronized with this Jira Task by Unito