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

Review the implementation of MessageStreamingTask.enqueueMessage #29

Closed
aterga opened this issue Jan 6, 2021 · 1 comment
Closed

Review the implementation of MessageStreamingTask.enqueueMessage #29

aterga opened this issue Jan 6, 2021 · 1 comment

Comments

@aterga
Copy link
Member

aterga commented Jan 6, 2021

The current implementation uses busy waiting that should be eliminated in favor of future handlers, etc.

@ArquintL
Copy link
Member

ArquintL commented Mar 9, 2021

Is this still an issue? The current implementation uses Await.result(currentOffer, Duration.Inf) which should imho not cause busy waiting

@aterga aterga closed this as completed Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants