Commit 00a23471 authored by nanahira's avatar nanahira

the real fix of 1:1 problem....

parent dea5813f
...@@ -721,7 +721,7 @@ CLIENT_reconnect_register = global.CLIENT_reconnect_register = (client, room_id, ...@@ -721,7 +721,7 @@ CLIENT_reconnect_register = global.CLIENT_reconnect_register = (client, room_id,
} }
tmot = setTimeout(() -> tmot = setTimeout(() ->
room.disconnect(client, error) room.disconnect(client, error)
dinfo.old_server.destroy() #dinfo.old_server.destroy()
return return
, settings.modules.reconnect.wait_time) , settings.modules.reconnect.wait_time)
dinfo.timeout = tmot dinfo.timeout = tmot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment