1
Bugs prior to release 2.4 / Re: I try again, this time a hole in the map
« on: October 11, 2011, 10:44:32 am »
I don't know the background of bug #3411117 but there are two simple things that come to my mind.
#1. Find out exactly how large the strings can be. Check that strings generated are _not_ too large before trying to pass them. Note the problem in ufoconsole.log (and in the case of RMA try to generate another map?).
#2. Use something like https://github.com/antirez/smaz to compress the strings sent.
#1. Find out exactly how large the strings can be. Check that strings generated are _not_ too large before trying to pass them. Note the problem in ufoconsole.log (and in the case of RMA try to generate another map?).
#2. Use something like https://github.com/antirez/smaz to compress the strings sent.