-
Notifications
You must be signed in to change notification settings - Fork 772
Description
vSomeip Version
V3.4.10
Boost Version
1.76
Environment
QNX7.1
Describe the bug
Start in this order occur erro:
1、start routingmanagerd, as routing
2、start notify-sample, offer service
3、start subscribe-sample, subscribe service
subscribe-sample can not receive SUBSCRIBE ACK , can not receive message.
Start in this order:
1、start notify-sample, as routing and offer service
2、start subscribe-sample, subscribe service
subscribe-sample can receive SUBSCRIBE ACK , and can receive message.
Reproduction Steps
#1 Compile V3.4.10 demo based on source code.
#2 Execute within QNX system step
1、start routingmanagerd, as routing
env VSOMEIP_CONFIGURATION=/mnt/etc/vsomeip.json; VSOMEIP_APPLICATION_NAME=routingmanagerd; ./bin/routingmanagerd>/Log_QNX/vsomeip_log/routingmanagerd.log&
2、start notify-sample, offer service
env VSOMEIP_CONFIGURATION=/mnt/etc/vsomeip.json; VSOMEIP_APPLICATION_NAME=notify-sample; ./bin/notify-sample>/Log_QNX/vsomeip_log/notify.log&
3、start subscribe-sample, subscribe service
env VSOMEIP_CONFIGURATION=/mnt/etc/vsomeip.json; VSOMEIP_APPLICATION_NAME=subscribe-sample; ./bin/subscribe-sample>/Log_QNX/vsomeip_log/subscribe.log&
config:
vsomeip.json
Expected behaviour
1、subscribe-sample log include:
SUBSCRIBE ACK(6666): [1234.5678.4465.ffff]
2、subscribe-sample log can recieve notify message.