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.
┆Issue is synchronized with this Jira Task by Unito
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