You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: