|
@@ -234,7 +234,7 @@ class Server(object):
|
|
atexit.unregister(self.shutdown)
|
|
atexit.unregister(self.shutdown)
|
|
lserver.info("shutting down server")
|
|
lserver.info("shutting down server")
|
|
error_handler(
|
|
error_handler(
|
|
- self.handle_tasks.cancel_remaining,log_text="handler cancel")
|
|
|
|
|
|
+ await self.handle_tasks.cancel_remaining,log_text="handler cancel")
|
|
# check if there is actually a socket. if the shutdown method is
|
|
# check if there is actually a socket. if the shutdown method is
|
|
# executed before the start method, there is no socket.
|
|
# executed before the start method, there is no socket.
|
|
if self.socket:
|
|
if self.socket:
|