mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 14:58:13 +00:00
Fixes a few problems in Dynamips implementation.
This commit is contained in:
@ -128,8 +128,9 @@ class DynamipsHypervisor:
|
||||
"""
|
||||
|
||||
yield from self.send("hypervisor stop")
|
||||
yield from self._writer.drain()
|
||||
self._writer.close()
|
||||
self._reader, self._writer = None
|
||||
self._reader = self._writer = None
|
||||
self._nio_udp_auto_instances.clear()
|
||||
|
||||
@asyncio.coroutine
|
||||
|
Reference in New Issue
Block a user