Receiving Data

You have two options for how to access data that a DataReader receives.

6204 reads — 0 comments

You should never block in a listener callback.  There are many negative consequences of blocking in a listener callback:

17283 reads — 0 comments

When using a WaitSet, you can be notified of new data arriving two ways:

7176 reads — 0 comments

An application has multiple ways to be notified about data becoming available in a DataReader, depending on the application’s requirements - between these options, WaitSets are the safest.

23528 reads — 2 comments
Subscribe to RSS - Receiving Data