In my server app I was performing ByteArray.writeObject(MyObjectToSend) to 
assemble MyByteArray and then again using Socket.writeObject(MyByteArray) when 
actually sending it. This created an AMF encoded object within an AMF encoded 
object, oops.

Once I discovered this error I was able to fix a few other errors that didn't 
elude me quite as much.

Thanks all!


On 2/16/12 5:02 PM, "Henrik Andersson" <he...@henke37.cjb.net> wrote:

Is it possible that _messageLength is not correctly initialized at this
point? I suspect that it may contain a stale value. The correct value
when waiting for the length is 4.


_ _ _
Erik Mattheis | Weber Shandwick
P: (952) 346.6610
M: (612) 377.2272
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to