There was an error while loading. Please reload this page.
1 parent 7ee9d8b commit 34add64Copy full SHA for 34add64
Source/sample/src/main/java/im/delight/android/ddp/examples/MainActivity.java
@@ -38,7 +38,7 @@ protected void onCreate(Bundle savedInstanceState) {
38
Meteor.setLoggingEnabled(true);
39
40
// create a new instance
41
-mMeteor = new Meteor(this, "ws://android-ddp-meteor.meteor.com/websocket", new InMemoryDatabase());
+mMeteor = new Meteor(this, "ws://www.meteor.com/websocket", new InMemoryDatabase());
42
43
// register the callback that will handle events and receive messages
44
mMeteor.addCallback(this);
0 commit comments