Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

easyxdm and RPC on the same page #230

Open
cmayankc opened this issue Jun 12, 2013 · 2 comments
Open

easyxdm and RPC on the same page #230

cmayankc opened this issue Jun 12, 2013 · 2 comments

Comments

@cmayankc
Copy link

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.

@cm325
Copy link

cm325 commented Dec 11, 2013

same problem here

@suskind
Copy link

suskind commented Jan 16, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants