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

   On some hosts, on which waiting for the `futureLock.wait(remWait)` is faster 
than 1 millisecond, `remWait` gets reduced by 123 milliseconds although not 
even one passed.
   This causes a `ClientChannelEvent.Timeout` after a much smaller time passed 
than the configured timeout.
   As each host has different cycle times, this happens an unknown amount of 
times.
   With these changes, the `remWait` is calculated based on the milliseconds 
passed instead of transformed nanoseconds.


-- 
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