sctp server and peerfsm thread is not down
Opened this issue · 0 comments
KP-story commented
Hi,
I have two issues when i stop or destroy server.stackimpl:
- sctp server in local peer is not down because it has not remote connection. ( in function destroy of class netty.NetworkGuard server check isconnected after destroy.)
- in some shutdown situation , when peer call disconnect but peer's state is down(waiting connect timeout ) , peer did not dispatch stop event thus peer fsm thread still running and still reopen connection.
Thank.