Receiving Data

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

6539 reads — 0 comments

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

17837 reads — 0 comments

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

7526 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.

24598 reads — 2 comments
Subscribe to RSS - Receiving Data