mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 16:35:17 +00:00
Add new TODOs
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user