mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00: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)
|
path = shutil.which(path)
|
||||||
return path
|
return path
|
||||||
|
|
||||||
|
@locking
|
||||||
async def _ubridge_send(self, command):
|
async def _ubridge_send(self, command):
|
||||||
"""
|
"""
|
||||||
Sends a command to uBridge hypervisor.
|
Sends a command to uBridge hypervisor.
|
||||||
|
Loading…
Reference in New Issue
Block a user