netty - In Netty5, if I have channelID string, how to get the Channel? -
I store the channelID string in the channel group, but later I need to write something in the channel to the customer. How can I get the channel if I can get the channel ID string? Thanks!
You need the channelID object and then use ChannelGroup.find (ChannelId).
Comments
Post a Comment