Hi !I am trying to use RemoteObject with a non AMF protocol.This is a
section of my services.xml that is added to thecompiler command line
here is how I use it: service = new
RemoteObject("coreServices"); service.concurrency = "multiple"; var
t:AsyncToken = service.login("user","pass"); ...My problem is that only
the first call works as it should,all the other calls don't even get to
the server, the internalSendfrom the HessianChannel class doesn't get
called except for thefirst time.Anyone ca...