zhangzengfei
2023-11-29 0d3db253cad1fb49c4fae9b9a537c8c318c7172f
src/components/player/wfs/loader/websocket-loader.js
@@ -35,7 +35,7 @@
      this.client = data.websocket
      this.client.onopen = this.initSocketClient.bind(this)
      this.client.onclose = function (e) {
        console.log('Websocket Disconnected!')
        // console.log('Websocket Disconnected!')
        this.disconnected = true;
        // console.log(this)
        // this.close = true;
@@ -55,7 +55,7 @@
    })
    this.client.disconnected = false
    // console.log(this)
    console.log('Websocket Open!')
    // console.log('Websocket Open!')
  }
  receiveSocketMessage(event) {