mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Use @locking when sending uBridge commands. Ref https://github.com/GNS3/gns3-gui/issues/3651
This commit is contained in:
parent
48b7e6ca50
commit
c05e1cb8e7
@ -662,6 +662,7 @@ class BaseNode:
|
||||
path = shutil.which(path)
|
||||
return path
|
||||
|
||||
@locking
|
||||
async def _ubridge_send(self, command):
|
||||
"""
|
||||
Sends a command to uBridge hypervisor.
|
||||
|
Loading…
Reference in New Issue
Block a user