This repository was archived by the owner on Aug 11, 2023. It is now read-only.
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
No error for ServiceServer on duplicate topic #272
Open
Description
Hi,
I observed the following:
- a serviceserver A running on servicename X, which is properly receiving calls from a serviceclient
- another serviceserver B is started, accidentally also on X
- logging info reports initialization of B as succesful, neither does any other node complain
- messages sent by the client keep arriving only at A
Is this the expected behavior?
Thanks!
Broes