Replies: 1 comment
-
@wallyqs i see you are the main contributor to this, is there anything fundermental that would mean this wouldn't work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that makes quite heavy usage of python's threading library. I have a client class to integrate with NATS in a package in my own package registry, this class, due to nats-py using asyncio, has a async interface. I am having trouble writing a wrapper class for the NATS client class to integrate it into my project which doesn't use asyncio and makes heavy use of threading. Has anyone else had any related problems? I can see there is an related open question here https://stackoverflow.com/questions/78983861/running-async-nats-functions-synchronously. Any help/pointers would be greatly appreciated 🏄
Beta Was this translation helpful? Give feedback.
All reactions