You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: