fix constants, update config example, add emc config validation

This commit is contained in:
Timothy Pogue
2022-09-15 11:12:05 -06:00
parent 6126925dbe
commit 8e75852ff3
4 changed files with 29 additions and 22 deletions

View File

@@ -101,8 +101,6 @@ async def message_endpoint(
Message WebSocket endpoint, facilitates sending RPC messages
"""
try:
# TODO:
# Return a channel ID, pass that instead of ws to the rest of the methods
channel = await channel_manager.on_connect(ws)
if await is_websocket_alive(ws):