diff options
Diffstat (limited to 'python/qemu/qmp')
-rw-r--r-- | python/qemu/qmp/protocol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qemu/qmp/protocol.py b/python/qemu/qmp/protocol.py index 7531821..a4ffdfa 100644 --- a/python/qemu/qmp/protocol.py +++ b/python/qemu/qmp/protocol.py @@ -495,7 +495,6 @@ class AsyncProtocol(Generic[T]): try: self.logger.debug("Stopping server.") self._server.close() - await self._server.wait_closed() self.logger.debug("Server stopped.") finally: self._server = None |