-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring back asyncio examples #187
base: main
Are you sure you want to change the base?
Conversation
The examples were added in eclipse-zenoh#48 and subsequently deleted in 2803859 It's not clear why these asyncio examples were removed: they appear to work fine and are important to show that zenoh is compatible with asyncio. Tested with eclipse-zenoh==0.10.1rc0 and Python 3.11 on Debian.
Hello @jonglezb , the reason It seems now there are some activity on bridging the gaps between |
Just wanted to throw my hat in the ring and say that I think bringing in async support is absolutely critical if we hope for this library to gain wide adoption in the python community. I'm evaluating zenoh for streaming data into a GUI built with python. GUIs are some of the strongest use cases for zenoh in my mind and almost always require some sort of async thing. |
I know that #95 is still open, but listed as won't fix which is a bit confusing to someone like me coming into the project and trying to learn / figure out what the state of things are. |
Thanks for pointing out the |
Thanks! Yeah based on the discussion it didn't seem like the won't fix label made sense :) @Mallets |
The examples were added in #48 and subsequently deleted in 2803859
It's not clear why these asyncio examples were removed: they appear to work fine and are important to show that zenoh is compatible with asyncio.
Tested with eclipse-zenoh==0.10.1rc0 and Python 3.11 on Debian.