Do not explicitly stop the server, it will be stopped by the test itself.
(&mut self)
| 18 | impl RunningHqServer { |
| 19 | /// Do not explicitly stop the server, it will be stopped by the test itself. |
| 20 | pub fn do_not_notify(&mut self) { |
| 21 | self.notify_quit = false; |
| 22 | } |
| 23 | |
| 24 | pub async fn client(&self) -> ClientSession { |
| 25 | get_client_session(&self.dir) |