Skip to content

Commit

Permalink
Use @Locking when sending uBridge commands. Ref GNS3/gns3-gui#3651
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 28, 2024
1 parent 48b7e6c commit c05e1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gns3server/compute/base_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ def ubridge_path(self):
path = shutil.which(path)
return path

@locking
async def _ubridge_send(self, command):
"""
Sends a command to uBridge hypervisor.
Expand Down

0 comments on commit c05e1cb

Please sign in to comment.