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
Hello, @kataras , I am using the room function provided by neffos, and In my case I am not sure whether the client-side can call the Leave() method correctly, which may cause the room to not be properly recycled? Can the server-side manually disconnect the specified client connection to the room?
Hello, @kataras , I am using the room function provided by neffos, and In my case I am not sure whether the client-side can call the
Leave()
method correctly, which may cause the room to not be properly recycled? Can the server-side manually disconnect the specified client connection to the room?Rooms storage variable:
neffos/conn_namespace.go
Lines 22 to 25 in 15e3a17
RoomJoin:
neffos/conn_namespace.go
Lines 216 to 218 in 15e3a17
RoomLeave:
neffos/conn_namespace.go
Lines 305 to 307 in 15e3a17
The text was updated successfully, but these errors were encountered: