-
Notifications
You must be signed in to change notification settings - Fork 17
[ACI-4154] Log interceptor potential deadlock fix #286
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
Conversation
SummaryThis PR implements a deadlock fix for the log interceptor by introducing a NonBlockingWriter that uses buffered channels and goroutines to prevent blocking writes. The changes also include minor cosmetic improvements like import reordering and comment formatting. Walkthrough
|
bitrise-ip-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an AI-generated review. Please review it carefully.
Actionable comments posted: 1
bitrise-ip-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an AI-generated review. Please review it carefully.
Actionable comments posted: 1
No description provided.