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
Hi @arunoda, I found a bug in meteorhacks:cluster two days ago, DDP.connect() always use 'http://meteor.local' as prefix to construct url in cordova, so the Cluster.discoverConnection() can not work. Then I tried to fix that and committed a pull request yesterday. Maybe you can take a look and merge that to the master branch?
The text was updated successfully, but these errors were encountered:
Hi @arunoda, I found a bug in
meteorhacks:cluster
two days ago,DDP.connect()
always use'http://meteor.local'
as prefix to construct url in cordova, so theCluster.discoverConnection()
can not work. Then I tried to fix that and committed a pull request yesterday. Maybe you can take a look and merge that to the master branch?The text was updated successfully, but these errors were encountered: