-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[dotnet] Fix the issue when service wants to write into disposed stream #16148
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Ai reminds to unsubscribe, let me fix it. |
Yeah, made it before release. |
User description
💥 What does this PR do?
Fix the issue when service wants to write into disposed stream.
Fix possible dual-blocking IO.
💡 Additional Considerations
This is core fix.
🔄 Types of changes
PR Type
Bug fix, Enhancement
Description
Fix disposed stream write issue in driver service
Prevent dual-blocking IO during initialization
Reorder disposal calls in Firefox service
Clean up documentation comments
Diagram Walkthrough
File Walkthrough
DriverService.cs
Fix service initialization order
dotnet/src/webdriver/DriverService.cs
FirefoxDriverService.cs
Fix disposal order and cleanup docs
dotnet/src/webdriver/Firefox/FirefoxDriverService.cs