BrunoLSilvaCTW
BrunoLSilvaCTW
I'm able to reproduce the issue by building with `-D ENABLE_SIGNAL_HANDLING=1`, and terminating the `request-sample` with `Ctrl+C`: ```bash 2024-03-08 08:38:52.352657 [info] vSomeIP 3.4.10.4 | (default) ^C2024-03-08 08:38:53.914363 [info] Stopping vsomeip...
Yes, it is supported, and we call this feature nPDU or *Zugverfahren*. You can find a whole section about it in the [vsomeipUserGuide](https://github.com/COVESA/vsomeip/blob/3230caf9a1aad7a9d5870e01598aa87c2be782de/documentation/vsomeipUserGuide#L1997): > The nPDU feature can be used...
~~Service Discovery uses UDP Multicast to communicate between different devices. You might also need to run this command to enable multicast:~~ ```bash ip route add multicast 224.0.0.0/4 dev yourinterface ```...
Hi @fengtuo58, Can you share some logs that show this issue, as well as the steps to reproduce this? Thanks.
Hi @daiyinger, What issue that this fix, exactly?
Hi @Vignesh-Murugappan, To submit a PR, you need to fork the repository first. See [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) for instructions.
Hi @hjkcst, You need to create a fork first. See this [page](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project) for instructions on how to do it.
Hi @dappchandu, Can you share with us the steps to reproduce this? Thanks.