Skip to main content
This topic has been closed for replies.

1 reply

Madhubmk__
Participant
March 13, 2013

I am getting issue with flash.utils.Timer with combination of this RemoteObject...I haven't set Properties concurrency hence default should be multiple

But, if respond is delayed/stuck for first call, then there is no second http call happening....we did see/debug call is made from flex using service.send(...)

we see first call made thru http, and never subsequant call as respond is delayed...

asyncronous calls (other from Timer) gets call irrestpective of repond are delayed....but it does not work calls made from flash.utils.Timer

might be something maintaining http calls in the POOL and making respective calls

need whole idea/mechanism what is going wrong...

I need to call http serice every 30 sec from timer, irrespective of first call fail/delayed/stuck?