3

I was troubleshooting an asyncio websocket project for two hours that was working the previous day with minimal changes.

I am new to asyncio so I was getting very frustrated thinking I wasn't understanding something.

As it turns out, I had replaced a continue with a return, killing the broadcast function completely.

Comments
Add Comment