Fix minor bugs
This commit is contained in:
parent
b742f0f8d6
commit
ea09061b29
2 changed files with 3 additions and 1 deletions
src
|
@ -128,6 +128,7 @@ impl Handler<DisconnectController> for AppState {
|
|||
//block_on(address.send(ControllerWsAction::Disconnect))??;
|
||||
address.do_send(ControllerWsAction::Disconnect);
|
||||
}
|
||||
self.notify_relay_clients();
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue