release 5.2.0

This commit is contained in:
Nick Krecklow
2020-04-29 04:25:08 -05:00
parent 7322b8dc82
commit 45c34f1477
4 changed files with 8 additions and 3 deletions

View File

@ -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