yanliangchao commented on issue #339:
URL: https://github.com/apache/mina-sshd/issues/339#issuecomment-1477333056

   When I execute the start method in SshServer, he will first use the isClosed 
method to make a judgment.
   
![image](https://user-images.githubusercontent.com/32755174/226528857-6df484fa-b944-4f66-b185-f91465ee5ca5.png)
   However, after I execute the stop method, the State will be changed to 
Closed, which will cause me to fail to execute the next step through this 
judgment after executing the start method again.
   
![image](https://user-images.githubusercontent.com/32755174/226528856-83beab8d-47f9-4d13-b6cb-fd97d258f67d.png)
   How do I change the value of state.


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