Replies: 1 comment
-
Hi Pierre-Luc 👋 A few notes and ideas:
Let me know. I will do my best to help. |
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
-
Hello all,
I want to use routr with HIKvision intercom. The issue I encountered is that the register response must send xml data to the client.
So, I started writing a middleware using the supplied template.
I set-up the content-type header, the content-length header (or not) and the body.
The first two are sent back to the client correctly (trace with tcpdump) but the body is never sent.
Here is my code snippet
grpc is pretty hard to debug but I stepped into the code until the message is converted into protobuf and it seems that the body is present if the payload.
I tried to dig into the edge java code. I found that body may be handled (GRPCSipListener.java line 371)
Currently I am stucked and no idea how to solve that.
Any clue ?
Thank you
Pierre-Luc
Beta Was this translation helpful? Give feedback.
All reactions