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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -