mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-19 07:48:10 +00:00
@ -93,6 +93,11 @@ class Compute:
|
||||
self._connected = False
|
||||
self._controller.notification.emit("compute.updated", self.__json__())
|
||||
|
||||
@asyncio.coroutine
|
||||
def close(self):
|
||||
self._connected = False
|
||||
self._session.close()
|
||||
|
||||
@property
|
||||
def version(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user