-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Reactive API clients should avoid using blocking calls. Current receiver implementation is using sleep calls (utils.sleep4next) that should be removed. Equivalent functionality shall be implemented based on consumer credit. Use of scheduler may be desired. Get rid of all the utils.sleep4next calls in TxRecv class.
Reactions are currently unavailable