vsomeip
vsomeip copied to clipboard
create_request ignores isReliable parameter
I tried to define a service with both (reliable and unreliable) ports and run two clients on that service. One with reliable, the other with unreliable calls to the modified hello world service.
It first seemed to work, because both applications connect, run the requests and get replies. But they both use only TCP connections, not the UDP one I wanted for the unreliable client connection.
An example testrun can be seen here: https://gitlab.kretschmann.software/kai/vsample/-/jobs/9321 Source and logs visible.
Is it possible for a service to have both connection types? I used different port numbers for better visibility. Would it be possible to even use the same port number? On network level it should be no problem.