Remove a session's connection
(&self, session_id: &Uuid)
| 465 | |
| 466 | /// Remove a session's connection |
| 467 | pub fn remove_session_connection(&self, session_id: &Uuid) { |
| 468 | self.connection_manager.remove_connection(session_id); |
| 469 | } |
| 470 | |
| 471 | |
| 472 | /// Execute with bound parameters |