Hello Trustin,

Could you help me with my small problems?
I have developed server with Netty tl-netty2-1.9.2. This server send a lot of data to client each time (3-5kb per request) with a lot of reply lines. Each time I'm using something like this:

ReplyMessage rm = new ReplyMessage("SomeReplyString");
session.write(rm);

Server working fine with high bandwidth clients, but stopped offen sending data to low bandwidth clients... Could you advise anything?

Thank you for your great work!

Regards,
Eugene Labunsky.
http://www.TrendMedium.com

Reply via email to