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

Popular posts from this blog

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

sql - Return Function using Cursor -

sql server - How to use pivot in this table -