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
I am trying to integrate socket-io server and client in my Android application, where one device will act as a server and another device as a client. The data will be requested by client and the server will respond back. This feature is working fine only if both the devices (server and client) are connected on same network. If they are connected on different networks then the socket itself is not getting connected.
So, is cross-domain connection supported by scalecube SocketIoServer ? If yes, then how to integrate it ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello all,
I am trying to integrate socket-io server and client in my Android application, where one device will act as a server and another device as a client. The data will be requested by client and the server will respond back. This feature is working fine only if both the devices (server and client) are connected on same network. If they are connected on different networks then the socket itself is not getting connected.
So, is cross-domain connection supported by scalecube SocketIoServer ? If yes, then how to integrate it ?
Thanks.
The text was updated successfully, but these errors were encountered: