Skip to content
Discussion options

You must be logged in to vote

You're using threads and asyncio primitives in a way that I don't really know how they'll interact.

Before you try anything else, switch this...

asyncio.get_event_loop().run_until_complete(httpx_wrapper())

To this...

asyncio.run(httpx_wrapper())

Then let us know what you're seeing.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Simon-Will
Comment options

@lovelydinosaur
Comment options

@Simon-Will
Comment options

Answer selected by Simon-Will
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants