mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02: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:
|
||||
await ws.close()
|
||||
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.
|
||||
ws._req.transport.close()
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user