Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recv: avoid sleep calls #24

Open
pematous opened this issue Jan 10, 2018 · 2 comments
Open

Recv: avoid sleep calls #24

pematous opened this issue Jan 10, 2018 · 2 comments

Comments

@pematous
Copy link
Contributor

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.

@chdinesh1089
Copy link

Use of scheduler may be desired

Should we use the module schedule?

@rkubis
Copy link
Contributor

rkubis commented Mar 6, 2020

Should we use the module schedule?

Yes, please use schedule module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants