COVESA / COVESA/vsomeip

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

Open
#810 7 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C++
Stars
1.4k
Forks
826
PR merge metrics
No merged PRs in 30d

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](https://github.com/user-attachments/files/17784096/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](https://github.com/user-attachments/files/17784084/notify.log)
[routingmanagerd.log](https://github.com/user-attachments/files/17784085/routingmanagerd.log)
[subscribe.log](https://github.com/user-attachments/files/17784086/subscribe.log)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.