mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
The Web Wireshark WebSocket endpoint created a WebWiresharkManager but never called close(), leaving the DockerHTTPClient's ClientSession with UnixConnector unclosed when users closed the browser tab. Also switch asyncio.wait in WebSocket proxy from ALL_COMPLETED to FIRST_COMPLETED to avoid blocking cleanup when one direction disconnects.