Commit 61b18f8c by zhanghaozhe

temp

parent 25943c4d
......@@ -103,9 +103,6 @@ class Video extends Component {
this.ws = null
// this.setupWS();
})
this.ws.addEventListener('open', () => {
console.log('open');
})
this.ws.addEventListener('close', () => {
if(this.reconnect){
this.ws = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment