Use @locking when sending uBridge commands. Ref https://github.com/GNS3/gns3-gui/issues/3651

This commit is contained in:
grossmj 2024-10-28 13:02:04 +10:00
parent 48b7e6ca50
commit c05e1cb8e7
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -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.