mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-25 18:39:18 +01:00
Ported:
Use 3001 instead of 1001 when destroying a websocket. - jasonwinterpixel
1f080e203d
This commit is contained in:
parent
a4e1126d45
commit
e8f8904e56
@ -135,7 +135,7 @@ const PandemoniumWebSocket = {
|
|||||||
if (!ref) {
|
if (!ref) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PandemoniumWebSocket.close(p_id, 1001, '');
|
PandemoniumWebSocket.close(p_id, 3001, '');
|
||||||
IDHandler.remove(p_id);
|
IDHandler.remove(p_id);
|
||||||
ref.onopen = null;
|
ref.onopen = null;
|
||||||
ref.onmessage = null;
|
ref.onmessage = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user