mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
The _iou_id_lock must cover _create_node() because get_next_application_id() checks in-memory nodes (self._nodes), which are only registered after _create_node() completes. Without this serialization, concurrent IOU node creation produces duplicate application IDs.