mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-15 22:08:17 +00:00
Use @locking when sending uBridge commands. Ref https://github.com/GNS3/gns3-gui/issues/3651
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user