Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: In QNX system, subscribe-sample can not receive SUBSCRIBE ACK , can not receive message. #810

Open
Lynn-1997 opened this issue Nov 16, 2024 · 0 comments
Labels

Comments

@Lynn-1997
Copy link

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.

Logs and Screenshots

notify.log
routingmanagerd.log
subscribe.log

@Lynn-1997 Lynn-1997 added the bug label Nov 16, 2024
@Lynn-1997 Lynn-1997 changed the title [BUG]: <title> [BUG]: In QNX system, subscribe-sample can not receive SUBSCRIBE ACK , can not receive message. Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant