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
Performance: Massively simplified how ResultBox<T> is implemented, in particular to reduce TaskCompletionSource<T> allocations
Performance: Fix sync-over-async issue with async call paths, and fix the SemaphoreSlim problems that this uncovered
Performance: Reintroduce the unsent backlog queue, in particular to improve async performance
Performance: Simplify how completions are reactivated, so that external callers use their originating pool, not the dedicated IO pools (prevent thread stealing)
Fix: Update Pipelines.Sockets.Unofficial to prevent issue with incorrect buffer re-use in corner-case
Fix: KeyDeleteAsync could, in some cases, always use DEL (instead of UNLINK)