Netty Handler not called
问题 I'm trying to get into Netty using a simple server-client application (code see below). I'm struggling with two issues: the ConfigServerHandler resp. ConfigClientHandler is called correctly. But the FeedbackServerHandler resp. FeedbackClientHandler is never called. Why? According to the documentation the Handlers should be called one after another. I'd like to have several handlers. Each of these handlers is interested in only some of the messages that are send by the other side (e.g. send by