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

fix bug where join_timeout would kill the subprocess on first timeout #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

untitaker
Copy link
Contributor

since join_timeout does no longer consume the handle, killing it on
timeout is not appropriate. instead move that to a drop impl

also add test for new join_timeout behavior

since join_timeout does no longer consume the handle, killing it on
timeout is not appropriate. instead move that to a drop impl

also add test for new join_timeout behavior
@untitaker untitaker force-pushed the fix/join-timeout-pool branch from 9657aee to d3c91e1 Compare September 12, 2023 12:47
@untitaker
Copy link
Contributor Author

summary from slack: it's not clear that reusing join_timeout after timeout actually is safe at all, depending on the implementation of timeouts in ipc-channel

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

Successfully merging this pull request may close these issues.

1 participant