Github user vmarkovtsev commented on the pull request:
https://github.com/apache/thrift/pull/972#issuecomment-205184422
@nsuke, about the generic wrapper, I feel bad about these dupes too but
cannot see the possibility because asyncio coroutine's "viral" nature with
"yield from" is going to infect every piece of reading code. What's even worse,
"yield from" result in SyntaxError on Python 2.7. In order to support all the
protocols, we will have to adapt each existing Protocol similar to what's done
to Binary. Framed's already been ported, so I don't think it is too hard anyway.
gen_asyncio_ - overseen, fixed.
I will add the tests in a separate commit in this PR, thanks.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---