mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Remove constant connect handler
This commit is contained in:
parent
6a9f6384f2
commit
6426fc3d10
@ -2132,12 +2132,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
socket.on("disconnect", function () {
|
socket.on("disconnect", function () {
|
||||||
setTimeout(function () {
|
|
||||||
if (socket) {
|
|
||||||
socket = null;
|
|
||||||
initiate_websockets();
|
|
||||||
}
|
|
||||||
}, 500);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.on("revoke", function () {
|
socket.on("revoke", function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user