Release 2.0.5 (November 12, 2018)
- Fixed a deadlock condition that could occur when using the polling model.
When using thePollingConfig
and a slower record processor it was possible to hit a deadlock in the retrieval of records. - Adjusted
RetrievalConfig
, andFanOutConfig
to use accessors instead of direct member access.