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
Copy file name to clipboardExpand all lines: colyseus/room.lua
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,7 @@ end
262
262
functionRoom:_handle_reconnection()
263
263
if (os.time() -self._joined_at_time) < (self.reconnection.min_uptime/1000) then
264
264
print(string.format("[Colyseus reconnection]: ❌ Room has not been up for long enough for automatic reconnection. (min uptime: %dms)", self.reconnection.min_uptime))
0 commit comments