websocket connection is long running connection, it easier to handle with an actor
| 18 | /// websocket connection is long running connection, it easier |
| 19 | /// to handle with an actor |
| 20 | pub(crate) struct MyWebSocket; |
| 21 | |
| 22 | impl MyWebSocket { |
| 23 | async fn handle_hb( |
nothing calls this directly
no outgoing calls
no test coverage detected