-
Notifications
You must be signed in to change notification settings - Fork 53
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
Create async version of tinyrpc #88
Comments
This would be great! I see there's a branch. What is the status of this feature? |
Hi. Yes there is lnoor/asyncio based on the work of DrPyser and Dan Gusev. Status at the moment is that there is an async dispatcher and server. I'm working on async transports and their tests. But it is good to know that people are still interested in this feature. |
I am very interested in client and server. I will take a peek at your branch and see if I can contribute. |
Please do. |
Are you planning to create |
No, only those I expect to use myself: |
"Are you planning to create AsyncServerTransport derived versions of all the Transport classes?" |
Not really. I was curious to know what your strategy was for supporting asyncio. Whether each client and server transport would need asyncio vs non-asyncio versions. I apologize for not responding sooner. Busy time. |
No description provided.
The text was updated successfully, but these errors were encountered: