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

make checkout synchronous again #686

Merged
merged 1 commit into from
May 20, 2021
Merged

make checkout synchronous again #686

merged 1 commit into from
May 20, 2021

Conversation

benoitc
Copy link
Owner

@benoitc benoitc commented May 19, 2021

This changes remove the intermediate process to checkout a process. When
we reply asynchronously we also check if the proces that will receive
the message is alive.. This should remove any unwanted messages when a
request timeout.

Changes:

  • remove intermediate process in hackney_pool:checkout/4
  • send async reply only if the requester is alive

This changes remove the intermediate process to checkout a process. When
we reply asynchronously we also check if the proces that will receive
the message is alive.. This should remove any unwanted messages when a
request timeout.

Changes:

 * remove intermediate process in hackney_pool:checkout/4
 * send async reply only if the requester is alive
@benoitc
Copy link
Owner Author

benoitc commented May 19, 2021

fix #683

@benoitc benoitc self-assigned this May 19, 2021
@benoitc benoitc merged commit f876781 into master May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant