inflightOptimisticTransactions property

  1. @protected
int inflightOptimisticTransactions
getter/setter pair

Tracks the number of ongoing transactions (cache updates) to prevent rebroadcasts until they are completed.

NOTE: Does not track network calls

Implementation

@protected
int inflightOptimisticTransactions = 0;