oyvindkinsey / easyXDM

A javascript library providing cross-browser, cross-site messaging/method invocation.

Home Page:http://easyxdm.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending requests in parallel

gavriguy opened this issue · comments

Hi,
Thanks you for the great library.
When trying to implement the library I see that while I send calls in parallel, I see the calls are being sent one after the other and not in parallel. any known issue? or some limit on the number of simultaneous calls?

Thanks