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
Address PR review comments for membership startup cleanup
- Use non-generic TaskCompletionSource instead of TaskCompletionSource<bool>
since the result value is never used (pentp)
- Fix misleading comment on myEtag null check to match actual logic
- Use WaitToWriteAsync+TryWrite pattern in CleanupMyTableEntries to avoid
relying on DropOldest semantics for acknowledged requests, and add
cancellation via WaitAsync(_shutdownCts.Token) to prevent hanging
- Always retry failed requests regardless of whether Completion is set;
Completion is only signaled on success, not on individual failures
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments