[GitHub] mina-sshd pull request #26: [SSHD-705] fix GSSAPI Auth breaken

2016-10-14 Thread lifei
Github user lifei closed the pull request at: https://github.com/apache/mina-sshd/pull/26 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

Re: observing hangs after update to MINA 2.0.14

2016-10-14 Thread Christoph John
Hi Emmanuel, I think I have found the problem in our code and it is most likely related to https://issues.apache.org/jira/browse/DIRMINA-1025 . In the code we were calling ioSession.closeNow(). This worked before but due to the changed flushing behaviour messages sometimes got lost on disconnec

Re: observing hangs after update to MINA 2.0.14

2016-10-14 Thread Emmanuel Lecharny
On Fri, Oct 14, 2016 at 11:47 PM, Christoph John wrote: > Hi Emmanuel, > > I think I have found the problem in our code and it is most likely related > to https://issues.apache.org/jira/browse/DIRMINA-1025 . > In the code we were calling ioSession.closeNow(). This worked before but > due to the c