Skip to main content
Participant
October 20, 2011
Question

URLLoader remains open after close() is called

  • October 20, 2011
  • 1 reply
  • 541 views

I have a Comet-based application in which GET requests remain open for 15 minutes at a time. When the user manually logs out, I call myURLLoader.close() on any active requests, but the requests are remaining open. Though they appear closed on the actionscript side, I have confirmed through Charles proxy and through monitoring on the server side that the requests are open under-the-hood.

The result of this is that if the user connects and disconnects a number of times in quick succession, he will reach the maximum number of concurrent requests for the application's process and any subsequent requests will fail.

This topic has been closed for replies.

1 reply

October 21, 2011

Hello,

Thanks for your reporting. Could you please open a new bug report on this over at bugbase.adobe.com and add the link of this post in the bug? Once the bug has been added would you mind posting back with the URL so that others affected can add their votes and comments?

Thanks!

Participant
October 21, 2011

Thanks for the quick response. I've posted the bug here:

https://bugbase.adobe.com/index.cfm?event=bug&id=3008712