Skip to content
Discussion options

You must be logged in to vote

Have you created an event loop?

For example:

from uasyncio import get_event_loop, start_server

loop = get_event_loop()
server = start_server(handler, host, port, queue_len)
loop.create_task(server)
loop.run_forever()

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BxNxM
Comment options

Answer selected by BxNxM
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants