missed await

This commit is contained in:
Timothy Pogue 2022-09-08 15:11:36 -06:00
parent c9d4f666c5
commit 75cf8dbfe4

View File

@ -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}")