LengthHeaderMessageHandler but little endian #1099
Unanswered
november06
asked this question in
Q&A
Replies: 1 comment
-
Are you sure endianness is the only incompatibility between the python server and this .NET implementation? |
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
-
Excuse me, I am trying to call a python json rpc server and I need a LengthHeaderMessageHandler with Little Endian. Is there any easy way to achive it?
I end up copying quite some code from LengthHeaderMessageHandler/PipeMessageHandler, since I didn't find an easy way to customize. Some function in PipeMessageHandler was "private protected". So I cannot reuse directly.
(Let me know if there is any document that I should have read)
Beta Was this translation helpful? Give feedback.
All reactions