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
Message should not be send directly to the client. When DISCONNECTED/CLOSED state is received it should destroy the channel and send message. See C++ code:
ChannelRequesterImpl does not implement channelStateChange
...
public void channelStateChange(Channel c, ConnectionState isConnected) {
// noop
}
...
This should send the channelStateChange to the client.
The text was updated successfully, but these errors were encountered: