Update notification_handler.py

Add fixme note.
pull/2358/head
John Fleming 3 months ago committed by GitHub
parent 8a459a4821
commit 8d7e7f8aea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save