meteorhacks / cluster

Clustering solution for Meteor with load balancing and service discovery
https://meteorhacks.com/cluster-a-different-kind-of-load-balancer-for-meteor.html
MIT License
632 stars 80 forks source link

make cluster work with cordova #125

Open FrostyLeaf opened 8 years ago

FrostyLeaf commented 8 years ago

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?