File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -805,9 +805,11 @@ protected virtual async Task<IPooledSocketResult> ExecuteOperationAsync(IOperati
805
805
//if Get, call BinaryRequest.CreateBuffer()
806
806
var b = op . GetBuffer ( ) ;
807
807
808
+ _logger . LogDebug ( "pooledSocket.WriteAsync..." ) ;
808
809
await pooledSocket . WriteAsync ( b ) ;
809
810
810
811
//if Get, call BinaryResponse
812
+ _logger . LogDebug ( $ "{ op } .ReadResponseAsync...") ;
811
813
var readResult = await op . ReadResponseAsync ( pooledSocket ) ;
812
814
if ( readResult . Success )
813
815
{
Original file line number Diff line number Diff line change @@ -374,7 +374,6 @@ public void Write(IList<ArraySegment<byte>> buffers)
374
374
_isAlive = false ;
375
375
throw ;
376
376
}
377
-
378
377
}
379
378
380
379
public async Task WriteAsync ( IList < ArraySegment < byte > > buffers )
You can’t perform that action at this time.
0 commit comments