You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Recv class.
The text was updated successfully, but these errors were encountered:
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 Recv class.
The text was updated successfully, but these errors were encountered: