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

Improve handling multiple RPC Requests #60

Closed
pardahlman opened this issue Feb 23, 2016 · 0 comments
Closed

Improve handling multiple RPC Requests #60

pardahlman opened this issue Feb 23, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@pardahlman
Copy link
Owner

There's one line of code that have been bugging me for a couple of days, where we do .Wait() on the message handler for Responder. By replacing this with a chained ContinueWith, we can achieve higher performance for Responder when under heavy work load.

@pardahlman pardahlman added this to the 1.8.10 milestone Feb 23, 2016
@pardahlman pardahlman self-assigned this Feb 23, 2016
pardahlman pushed a commit that referenced this issue Feb 23, 2016
This increases the through put by a lot :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant