“Var Socket = io (); volver a conectar” Código de respuesta

Var Socket = io (); volver a conectar

var socket = io({
  'reconnection': true,
  'reconnectionDelay': 1000,
  'reconnectionDelayMax' : 5000,
  'reconnectionAttempts': 5
});
Pudochu

Socket.io Reconectar ejemplo

io.connect('http://localhost', {
  'reconnection': true,
  'reconnectionDelay': 500,
  'reconnectionAttempts': 10
});
Ranish Patel

Respuestas similares a “Var Socket = io (); volver a conectar”

Preguntas similares a “Var Socket = io (); volver a conectar”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código