Hi,
I implemented my protocol encoding in the procotol filter and I used one session one object method. I just wonder if I try to boardbast the message to N clients, which means the encoding part will be called N times? If so, should I move my encoding part in the IoHandler which means encoding once and send bytes to sessions(without encoding N times but once). Thanks.
