GitHub user lgoldstein opened a pull request:
https://github.com/apache/mina-sshd/pull/41
[SSHD-779] Attach pending packets write-completion listeners to their
respective write-future(s) outside the encode locking block
Avoid possible deadlock in {{handleNewKeys}} invocation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lgoldstein/mina-sshd SSHD-779
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mina-sshd/pull/41.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #41
----
commit ad3219496a418be3c5ef9e46165a4f3bc74474d3
Author: Goldstein Lyor <[email protected]>
Date: 2017-12-17T05:59:04Z
[SSHD-779] Attach pending packets write-completion listeners to their
respective write-future(s) outside the encode locking block
----
---