1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 16:35:17 +00:00

Add new TODOs

This commit is contained in:
2021-02-05 15:14:47 +01:00
parent 4a968b3d6f
commit be858dc9cc
5 changed files with 34 additions and 7 deletions

View File

@ -330,6 +330,8 @@ impl Actor for WsSession {
}
fn stopping(&mut self, ctx: &mut Self::Context) -> Running {
// TODO : send an event (user_ws_closed)
remove_connection(ctx.address());
Running::Stop
}