mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-22 20:00:32 +03:00
The per-commit force_close=not _local optimisation reused TCP connections for the loopback compute, but _session() is also used for the controller's WebSocket heartbeat connection (_connect_notification -> ws_connect). The different connector behaviour prevented the compute from receiving pings, so no compute.updated events reached the WebUI and the compute cache stayed empty.