Release 3.0.0-preview.10#1190
Conversation
|
Claude finished @mtmk's task in 2m 47s —— View job PR Review: Release 3.0.0-preview.10Todo:
ReviewThis is a version-bump release PR (preview.9 → preview.10). The substantive change is the JetStream teardown fix landed in the base branch via #1188. Below is my review of that fix. Fix:
|
64de4cd to
0639339
Compare
|
Both minor findings from the earlier review (missing @claude can you have a quick look? |
|
Claude finished @mtmk's task in 50s —— View job Todo:
Quick look: #1191 findings verified ✅Checked // DisposeAsync unsubscribes internally, so a single call covers both.
var sub = _sub;
if (sub != null)
{
await sub.DisposeAsync().ConfigureAwait(false);
}Finding 1 — Missing Finding 2 — Exception safety between Both issues are cleanly resolved. LGTM. |
Preview release with JetStream teardown fixes.