diff --git a/photon-client/src/main.js b/photon-client/src/main.js index 2dc8c5e64..a95e93191 100644 --- a/photon-client/src/main.js +++ b/photon-client/src/main.js @@ -21,6 +21,7 @@ import VueNativeSock from 'vue-native-websocket'; Vue.use(VueNativeSock, wsURL, { reconnection: true, + reconnectionDelay: 100, connectManually: true, format: "arraybuffer", });