You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore if and how it would be possible to link the samples in a container used to exchange Samples with the try_receive function to a subscription instance.
A user could pass a SampleContainer to the try_receive function in the Subscription trait that contains samples of the same type but from a different Subscription instance. It makes little sense to do this on purpose and should be dealt with by refusing the sample container or by dropping the Samples.
How can we differenciate Samples of the same Type that stem from different Subscription instances?