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

EventWriter: Document / decide what to do about blocking write operations #123

Open
stephen-fox opened this issue Nov 29, 2022 · 0 comments
Labels
question Further information is requested

Comments

@stephen-fox
Copy link

While working on a project that uses this library, I implemented an Encoder that (accidentally) produced a deadlock. While write operations are usually considered non-blocking operations, there are exceptions such as writing to a FIFO pipe (by default the write blocks until a read occurs).

In discussing the issue with @JAORMX, Ozz felt we should either support cancellation or document such a cases in the auditevent library.

@stephen-fox stephen-fox added the question Further information is requested label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant