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 ?