Dead connections during connection manager start are not handled properly [API-1885]
yuce opened this issue · 2 comments
yuce commented
If a connection is closed between m.StartSmart
/m.StartUnisocket
and m.eventDispatcher.Subscribe(EventConnection, ...
in ConnectionManager.Start
, the closed connection is not handled properly, so invocations fail with no connection found: io error
even if the client has the ability to connect to the member.
github-actions commented
Internal Jira issue: API-1885