Gracefully shuts down the server and its components.
(self)
| 608 | print(json.dumps(error_response), flush=True) |
| 609 | |
| 610 | def shutdown(self): |
| 611 | """Gracefully shuts down the server and its components.""" |
| 612 | debug_logger("Shutting down server...") |
| 613 | self.code_watcher.stop() |
| 614 | self.db_manager.close_driver() |
no test coverage detected