tomaswolf opened a new pull request, #252:
URL: https://github.com/apache/mina-sshd/pull/252

   JSch use interrupts internally for synchronization, but has a race condition 
that may result in the interrupt actually interrupting client code.
   
   Netty may deliver multiple read events for a single iteration of its event 
loop. accumulate the data and deliver it once the low-level socket read is 
complete.
   
   Note that this buffer is not unbounded; it is bounded by the underlying 
socket buffer.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to