Receiving Data

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

6953 reads — 0 comments

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

18591 reads — 0 comments

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

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

26146 reads — 2 comments
Subscribe to RSS - Receiving Data