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
Do not start direct connections if the direct connection supervisor is not started
Starting a direct connection when the supervisor is not started
will result in connection termination right after start,
the client will have a pid at this moment, which can cause
a confusing error.
Return error if it's clear that the connection cannot be started.
0 commit comments