easyxdm and RPC on the same page
cmayankc opened this issue · 2 comments
Hi,
I am facing an issue when I create a socket on a page and try to use RPC from the same page. The RPC request comes to the socket.
To further explain:
I have three pages here, A, B and C, coming from three different domains.
I have successfully established the communication between page A(provider) and page B(consumer) using easyXDM sockets.
Now at some point, Page B has to do a easyXDM RPC call to domain C, but this RPC call comes to socket created in Page A.
Any help is appreciated.
Thanks.
same problem here
I had a similar problem using 3 nested levels with 3 different domains but in simple communication.
"A" communicates with "B" and "B" will communicates with "C"
There is an option "isHost" that you can define as "true". Probably it will solve your problem.