You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Netty4, by Netty4ClientFactory.getInstance() I can get a factory, and get my client, event I remove the client , the client still running, I guess the EventLoop not shutdown. But how to close the client ?In my fork I changed the Epoll to Nio event loop, dose that affect this ?
The text was updated successfully, but these errors were encountered:
I use the Netty4, by
Netty4ClientFactory.getInstance()
I can get a factory, and get my client, event I remove the client , the client still running, I guess the EventLoop not shutdown. But how to close the client ?In my fork I changed the Epoll to Nio event loop, dose that affect this ?The text was updated successfully, but these errors were encountered: