Guest User

Untitled

a guest
May 21st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. sock.on("close", function(){
  2. log.LogLine(1, 'Retry connection in 60 seconds...');
  3. setTimeout(serverClass.sockReconnect, 60000);
  4. });
Add Comment
Please, Sign In to add comment