mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Remove constant connect handler
This commit is contained in:
@ -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 () {
|
||||||
|
Reference in New Issue
Block a user