matchmaking: add: clear message if normal closure
This commit is contained in:
@ -39,7 +39,7 @@ class MatchMaking
|
||||
onclose(event)
|
||||
{
|
||||
this.stop();
|
||||
this.disconnect_func()
|
||||
this.disconnect_func(event);
|
||||
}
|
||||
|
||||
async stop()
|
||||
|
Reference in New Issue
Block a user