I am sending pictures from the client to the server once a secound. To do so I split up the picture in several seqeuences to send them via [Command] to the server. Thats working fine for some secounds but then I am getting the Error ChannelBuffer buffer limit of 16 packets reached.
First of all, i do not really understand why that buffer limit is reached since there are only 8 [Command] sent to the server each secound which should properly not be too much.
However, what is the best way for sending “that much” data successive to the server. Or is it already the right way and I just have to change some Configurations?
thanks in advance,
cheers!