Skip to content

Sending from a Thread #894

Discussion options

You must be logged in to vote

The async server is not multi-threaded. If I understand your code correctly, you are running two asyncio loops here, which is not a supported workflow for this package. I would suggest that you move all your server code to the same loop.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ManuelHoloubek
Comment options

@miguelgrinberg
Comment options

Answer selected by ManuelHoloubek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants