Skip to content

Commit 27a974d

Browse files
2nthonyPooya Parsa
authored andcommitted
fix(ws): wsReconnect timeout (#16)
1 parent 931d58b commit 27a974d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mixins/ws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
setTimeout(() => {
3434
this.logWS('Reconnecting...')
3535
this.wsConnect()
36-
}, this.interval)
36+
}, interval)
3737
},
3838

3939
onWSOpen(e) {

0 commit comments

Comments
 (0)