开发者

Connection Limit in Adobe AIR?

I have an Adobe AIR application that makes multiple connections to a server. When I open more than two connections I get an error:

2032: Stream 开发者_Python百科Error.

Is there a configuration option or a property somewhere to raise the limit?


Not familiar with a configuration for this, but I have a theory you might test. Flash is single threaded, but handles requests asynchronously. It still has to handle the input of streams through its one thread. If you are open connections that stream/stay open for a long time, there is probably some blocking going on that could be longer than the allowed stream buffer blocking tolerance. Perhaps flash can handle 2 connections, but introducing the third starts to cause a stream to block too long. This is not exactly a solution, but may get you going in the right direction.


There are no limitation you may check this forum https://forums.adobe.com/thread/1281685 Also you should provide some details like sdk version,os etc

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜