Replies: 1 comment
-
I've worked round this issue by enabling someip-tp for the affected method. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a vsomeip v3.4.10 method that can return a variable length response.
In some cases the encoded response resulting from calling the _reply() function in my method handler is too long to fit in the UDP transport (so I guess it is > 1400 bytes or so) and so the reply appears to get dropped.
Is it possible to test the encoded length of my response before attempting to send it, and return an error code in this case?
Beta Was this translation helpful? Give feedback.
All reactions