This is my current setup.
Windows:
HelloWorld client app (192.168.2.1)
- Vsomeip3.1.15
- Commonapi 3.2.0
- Commonapi-someip 3.2.0
- Boost 1.67
Linux:
HelloWorld service app (192.168.2.40)
- Vsomeip3.1.15
- Commonapi 3.2.0
- Commonapi-someip 3.2.0
- Boost 1.67
Currently, I am having issue to receive the response from the service app. I am using the sample hello world app where the client sends the string "Bob" and then the service will send back the response as "Hello Bob!". Currently, with the commonapi library, I am not getting the reply back from the service. From the pcap log, I can see that the client is sending the request to the service, and service able to receive the request. Then service is trying to send the response to the client. But then the reply is not receiving by the client.
Here's my pcap:
However, when I try the same app in Linux environment it works. Only in Windows it didnt work. And also I tried the vsomeip3 sample helloworld app in the same setup as above without common api. It works actually. I am not sure what is wrong.
Can someone help me on this.
question from:
https://stackoverflow.com/questions/66057128/vsomeip-3-1-15-cannot-receive-response-from-service-in-linux 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…