Lower reconnection delay to 100ms for more responsive reconnection (#169)

This commit is contained in:
Declan Freeman-Gleason
2020-12-08 13:33:03 -05:00
committed by GitHub
parent 663684fb10
commit e608d073bd

View File

@@ -21,6 +21,7 @@ import VueNativeSock from 'vue-native-websocket';
Vue.use(VueNativeSock, wsURL, {
reconnection: true,
reconnectionDelay: 100,
connectManually: true,
format: "arraybuffer",
});