mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Update notification_handler.py
Add fixme note.
This commit is contained in:
parent
8a459a4821
commit
8d7e7f8aea
@ -83,6 +83,7 @@ class NotificationHandler:
|
|||||||
if not ws.closed:
|
if not ws.closed:
|
||||||
await ws.close()
|
await ws.close()
|
||||||
try:
|
try:
|
||||||
|
# FIXME - This shouldn't be needed. Maybe need bug opened with aiohttp?
|
||||||
# call close to force close ws transport. Unknown root cause as of yet.
|
# call close to force close ws transport. Unknown root cause as of yet.
|
||||||
ws._req.transport.close()
|
ws._req.transport.close()
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user