Hi,
I'm trying to test how many concurrent async calls I can make and the third one isn't going thru. Is anybody else able to make more than 2 concurrent ones?
I'm not sure of a limit, but it's not that low or this issue would have been raised long ago. There are concurrent requests being made all the time from widgets in memory that may be polling at the same time that another active widget is making a request(s).
Could you share some code? I could then try to reproduce it.