tomaswolf commented on issue #587:
URL: https://github.com/apache/mina-sshd/issues/587#issuecomment-2322921966

   > However, an exception still occurs:
   
   I'm not surprised. I do not understand what exactly you are doing, but the 
whole description so far sounds like some setup bug. Maybe you're not 
connecting ports the way you actually intended, and end up writing the wrong 
stuff to the wrong port.
   
   Without seeing full code that reproduces the problem there is no way we 
could help.
   
   BTW, the "fix"
   ```
   if (context == null) {
     return msg;
   }
   ```
   is not correct; the `msg` future will never be fulfilled.


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