Answers for "channel.writeandflush doesn't work netty"

0

channel.writeandflush doesn't work netty

Solution: all writeandflush statements must end with "rn" in order to flush.
With out that they dont flush. I don't understand why that is but whatever.

Code solution: ch.writeAndFlush("hirn");
Posted by: Guest on January-21-2022

Browse Popular Code Answers by Language