Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

socket.io reconnect example

io.connect('http://localhost', {
  'reconnection': true,
  'reconnectionDelay': 500,
  'reconnectionAttempts': 10
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reconnect
ADD COMMENT
Topic
Name
4+5 =