GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
768 stars 258 forks source link

Websocket server close patch #2358

Open spikefishjohn opened 4 months ago

spikefishjohn commented 4 months ago

Force close the tcp socket to the client.

This isn't the correct fix but I can't wrap my head around where the issue is, but this will band-aid the issue.

Root cause is still unknown. I did try upgrading aiohttp to 3.9.3 (currently GNS3 seems to use 3.9.1).