missed await

pull/7303/head
Timothy Pogue 4 years ago
parent c9d4f666c5
commit 75cf8dbfe4

@ -130,7 +130,7 @@ async def message_endpoint(
await channel_manager.on_disconnect(ws)
else:
ws.close()
await ws.close()
except Exception as e:
logger.error(f"Failed to serve - {ws.client}")

Loading…
Cancel
Save