Hi,
just like my title post.
i want to kick 1st user when 2nd user with same username want to connect.
i have override method handleAddUserRequest
but when 2nd user trying to connect to the server, it'll triggered onConnectDone (on Client) with result code : 4.
and handleAddUserRequest (on Server) never trigger if 1st user still connected.
how to solve this?
Thank You