fix
This commit is contained in:
@@ -21,10 +21,10 @@ class MyWs {
|
||||
}
|
||||
}
|
||||
this.ws.onclose = (e)=>{
|
||||
reconnection()
|
||||
this.reconnection()
|
||||
}
|
||||
this.ws.onerror = (e)=>{
|
||||
reconnection()
|
||||
this.reconnection()
|
||||
}
|
||||
}
|
||||
reconnection(){
|
||||
|
||||
Reference in New Issue
Block a user