Github user jeking3 commented on the pull request:
https://github.com/apache/thrift/pull/798#issuecomment-173449026
I posted a C# runtime rewrite about 5 years ago that allowed for two way
communication and multiple outstanding requests with out-of-order replies using
the sequence number in the binary V1 header... it also had multiple channel
support similar to the multiplexing protocol except I built it into the binary
protocol. It is in Apache Jira under THRIFT-66. Perhaps you can leverage some
concepts from that work.
As for the const correctness issue, I'm okay with the proposed changes
going into the current implementation.
---
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.
---