mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-14 21:38:19 +00:00
Make sure to drain notification feed
Ref https://github.com/GNS3/gns3-gui/issues/1447
This commit is contained in:
@ -224,6 +224,7 @@ class ProjectHandler:
|
||||
response.write(("{}\n".format(msg)).encode("utf-8"))
|
||||
except asyncio.futures.CancelledError as e:
|
||||
break
|
||||
yield from response.drain()
|
||||
|
||||
if project.auto_close:
|
||||
# To avoid trouble with client connecting disconnecting we sleep few seconds before checking
|
||||
|
Reference in New Issue
Block a user