Merge remote-tracking branch 'origin/2.2' into 3.0

# Conflicts:
#	gns3server/version.py
This commit is contained in:
grossmj 2026-03-09 17:12:24 +08:00
commit 69eafda777
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -349,8 +349,10 @@ class BaseNode:
Stop the node process.
"""
await self.stop_wrap_console()
self.status = "stopped"
try:
await self.stop_wrap_console()
finally:
self.status = "stopped"
def suspend(self):
"""