release 5.2.0
This commit is contained in:
@ -5,7 +5,7 @@ import io from 'socket.io-client'
|
||||
const app = new App()
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const socket = io.connect('http://localhost:8080', {
|
||||
const socket = io.connect({
|
||||
reconnect: true,
|
||||
reconnectDelay: 1000,
|
||||
reconnectionAttempts: 10
|
||||
|
Reference in New Issue
Block a user