ten rings
ten rings
> Hi, we are facing a similar issue as #229 We have configured our system to work with TCP but somehow attribute notifications do not work. Do we have to...
> I also have this issue in windows 10 OS. But after I modified the VSOMEIP_APPLICATION_NAME different to the routine name in Json file. Then it works but with below...
> change the example to this, subscribe event when service&instance valid. > > ``` > void on_availability(vsomeip::service_t _service, vsomeip::instance_t _instance, bool _is_available) { > std::cout ``` I tried this but...
> I need to use the service id,instance id's of client and server from confiuration json file for establishing communication instead of hardcoded id's.I could not find any resources online...