no message
parent
17d2901584
commit
767815e5a3
|
|
@ -20,7 +20,6 @@ export default {
|
||||||
this.websock = new WebSocket(wsUri)
|
this.websock = new WebSocket(wsUri)
|
||||||
this.websock.onerror = this.webSocketOnError
|
this.websock.onerror = this.webSocketOnError
|
||||||
this.websock.onmessage = this.webSocketOnMessage
|
this.websock.onmessage = this.webSocketOnMessage
|
||||||
this.pollMsg()
|
|
||||||
},
|
},
|
||||||
webSocketOnError(e) {
|
webSocketOnError(e) {
|
||||||
this.$notify({
|
this.$notify({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue