COVESA / vsomeip

An implementation of Scalable service-Oriented MiddlewarE over IP
Mozilla Public License 2.0
1.01k stars 647 forks source link

TI VBOX use examples code with tcp protocol cannot work #678

Closed WSYGJR closed 1 month ago

WSYGJR commented 1 month ago

vSomeip Version

v3.4.10

Boost Version

1.71

Environment

Ubuntu 20.04

Describe the bug

the client side repeat error routing error

Reproduction Steps

No response

Expected behaviour

No response

Logs and Screenshots

TI side : I use /config/vsomeip-tcp-service.json file and just change the 76 line "protocol" : "tcp" log 图片1

VOX side I use /config/vsomeip-tcp-client.json file and just change the 76 line "protocol" : "tcp" log 图片2

Actually, I use vsomeip-udp-client.json and vsomeip-udp-service.json, they can work. But I just want to cap tcp message. so why?

WSYGJR commented 1 month ago

OK , after I change .json file 图片13png it works!