Skip to content

Conversation

0xnightwind
Copy link

@0xnightwind 0xnightwind commented Jun 27, 2025

for method, args, kwargs = self._inner_pipe.recv() exceptions being caught don't handle
BlockingIOError and EOFError. This is important to be included in the list of
exceptions being handled because sometimes the resources aren't available.

…g for msg on _inner_pipe.rev()

for `method, args, kwargs = self._inner_pipe.recv()` exceptions being caught don't handle
`BlockingIOError` and `EOFError`. This is important to be included in the list of
exceptions being handled because sometimes the resources aren't available.

Signed-off-by: 0xnightwind <[email protected]>
@0xnightwind 0xnightwind force-pushed the handle-BlockingIOError-run-method branch from 2a65f00 to d0f8c2d Compare June 28, 2025 12:24
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