-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example not working: Unable to connect to server #3
Comments
You should be connecting to your own copy of the server. |
Where do you specify the meteor server to connect to? |
I've been searching for the same. Where do we specify the meteor server? |
override sMeteorServer or initInstance in the MyDDPState.java. |
i was looking on the server config, sMeteorServer is a final string which means that's not overridable. Also, it seems like an hardcoded value for createDDPClient. ..... |
Trying to run this example from android studio, but the example is not connecting to the meteor server at demoparties.meteor.com. The error is: "web socket initialising error (exception in callback?)"
I think the DDPClient is not able to initialise the native android web socket.
The text was updated successfully, but these errors were encountered: