SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

SendAsync SemaphoreSlim Exception

Open ygr757326 opened this issue 1 year ago • 0 comments

1725873682653

MyPackageHandler SendAsync error:Adding the specified count to the semaphore would cause it to exceed its maximum count. System.Threading.SemaphoreFullException: Adding the specified count to the semaphore would cause it to exceed its maximum count. at System.Threading.SemaphoreSlim.Release(Int32 releaseCount) at SuperSocket.Connection.PipeConnectionBase.SendAsync[TPackage](IPackageEncoder`1 packageEncoder, TPackage package, CancellationToken cancellationToken)

ygr757326 avatar Sep 09 '24 09:09 ygr757326