-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-RC1
-
Fix Version/s: 2.0.8
-
Component/s: Web Site / Documentation
-
Labels:None
I'd like to know how to shutdown a mina application in an elegant way.
Actually I kill my applications pressing ctrl+c.
What I'd like:
a: Block incoming connections.
b: Close all open sessions gracefully.
C: Finish the application.