| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…heck-skip Заглушка отсутствующего процесса при Attach из адаптера
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command. You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file. Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. WalkthroughThe Jenkinsfile's VersionSuffix environment variable is simplified to a constant value 'rc.9', removing dynamic BUILD_NUMBER concatenation. Additionally, the DefaultMessageServer protocol channel is now properly disposed when the message loop completes and when the server stops. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
There was a problem hiding this comment.
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
The _protocolChannel.Dispose() call was added in two locations that can both execute during a Stop() scenario. When Stop() interrupts the thread and disposes the channel, the thread catches the ThreadInterruptedException, exits the while loop, and then also tries to dispose the same channel. The channel implementations (JsonDtoChannel, BinaryChannel) lack double-dispose protection, so this will throw ObjectDisposedException. This also contradicts the class documentation which explicitly states the server does not manage channel lifecycle.
src/OneScript.DebugProtocol/TcpServer/DefaultMessageServer.cs#L116-L117OneScript/src/OneScript.DebugProtocol/TcpServer/DefaultMessageServer.cs
Lines 116 to 117 in 0d6efd2
OneScript/src/OneScript.DebugProtocol/TcpServer/DefaultMessageServer.cs
Lines 138 to 139 in 0d6efd2
Sorry, something went wrong.
к PR #1584: сортировка строк разных алфавитов
# Conflicts: # src/OneScript.DebugProtocol/TcpServer/DefaultMessageServer.cs
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.
Note
Overhauls debugging and symbol binding, adds explicit-import enforcement and deprecation support, refines comparisons and stdlib behavior, upgrades to .NET 8, and removes legacy ASP.NET handler.
Written by Cursor Bugbot for commit 57a16fe. This will update automatically on new commits. Configure here.