tel8618217223380 / sagetv-addons

Automatically exported from code.google.com/p/sagetv-addons
0 stars 0 forks source link

UTF-8 encoded strings can only be 64K #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Task output must be sent in 64K chunks because the UTF-8 encoded strings used 
by Java IO streams has a cap of 64K.

This will be a PITA to fix... going to have to implement a chunking logger 
command or something to handle this.  Probably retain the output in one string 
as I do it now and then send it in chunks back to the server via a new command.

Original issue reported on code.google.com by de...@battams.ca on 26 Dec 2010 at 9:46

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1355.

Original comment by de...@battams.ca on 29 Jan 2011 at 10:24

GoogleCodeExporter commented 9 years ago
Fix verified.

Original comment by de...@battams.ca on 12 May 2011 at 1:36