eclipse-iceoryx / iceoryx-automotive-soa

Example that shows how a service-oriented communication API can be implemented on top of iceoryx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Offer()` iceoryx services consistently

mossmaurice opened this issue · comments

Required information

Operating system:
20.04.1-Ubuntu

Compiler version:
GCC 8.4.0

Observed result or behaviour:
Calling skeleton.Offer() and skeleton.StopOffer() does not effect all underlying iceoryx services

Expected result or behaviour:
The MinimalSkeleton consisting of four iceoryx services, should all be offered and stopOffered together.