Closed GoogleCodeExporter closed 8 years ago
Fixed in [11]
Original comment by adamfla...@gmail.com
on 27 May 2009 at 12:52
Original comment by adamfla...@gmail.com
on 4 Jun 2009 at 5:39
Sorry, I hadn't time to check the committed fix. However i've compared the code
with my
own fix and it is the same, so i think that the bug has been fixed :) (my code
has also
the fix for the message lenght).
Original comment by lukak...@gmail.com
on 4 Jun 2009 at 8:27
Great.. could you submit your fix to merapi.patches@gmail.com?
much appreciated,
-adam
Original comment by adamfla...@gmail.com
on 4 Jun 2009 at 8:58
The fix for the message length is quite "brute": for now I've used an
Amf3Output
class instance directly from the sendMessage(...) method... I think that a
better way
could be to use a cached Amf3Output (like the class used to encode the message,
but
now I don't remenber how it was).
Insteand, the use of Integer instead of Byte to send and read the message
length is
required, b/c the getByte() in ActionScript return a number that isn't big
enough to
fit a Java long type.
Tomorrow if I found some time I'll send the "brute" fix :).
Bye,
Luca
Original comment by lukak...@gmail.com
on 4 Jun 2009 at 9:40
Original issue reported on code.google.com by
lukak...@gmail.com
on 22 May 2009 at 4:30