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
805805 //if Get, call BinaryRequest.CreateBuffer()
806806 var b = op . GetBuffer ( ) ;
807807
808+ _logger . LogDebug ( "pooledSocket.WriteAsync..." ) ;
808809 await pooledSocket . WriteAsync ( b ) ;
809810
810811 //if Get, call BinaryResponse
812+ _logger . LogDebug ( $ "{ op } .ReadResponseAsync...") ;
811813 var readResult = await op . ReadResponseAsync ( pooledSocket ) ;
812814 if ( readResult . Success )
813815 {
Original file line number Diff line number Diff line change @@ -374,7 +374,6 @@ public void Write(IList<ArraySegment<byte>> buffers)
374374 _isAlive = false ;
375375 throw ;
376376 }
377-
378377 }
379378
380379 public async Task WriteAsync ( IList < ArraySegment < byte > > buffers )
You can’t perform that action at this time.
0 commit comments