gnodet commented on pull request #60: URL: https://github.com/apache/mina-sshd/pull/60#issuecomment-836715575
I can't reproduce the problem, and I'm skeptical how it can happen. The reason is that the `onChannelOpened` is called when the `SSH_MSG_CHANNEL_OPEN_CONFIRMATION` message is received for the underlying ssh channel, and afaik, it always happen before `SSH_MSG_CHANNEL_DATA`. Please provide a unit test or any way to reproduce the problem. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
