hi. I have this scenario. user a connects and successfully logins. user b does this successfully, too. user a starts random matchmaking. when user b starts random matchmaking it is ok till method onSubscribeRoomDone but after that onConnectDone is called and shows status 5 and user b gets disconnected(status 5 CONNECTION_ERR). I have spent several hours debugging using console (I know debugging by breakpoint may disconnect users) but I don't get it why method onConnectDone has status 5. Why is it even called?(after a successful login I call connectWithUserName and onConnectDone is called with status 0, but I don't get it why after onSubscribeRoomDone, onConnectDone is called automatically and it has status error 5 ).
thanks.