martijnwalraven / meteor-ios

Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
MIT License
741 stars 82 forks source link

WSS Connection broken in 0.2.1 #91

Open tomasharkema opened 8 years ago

tomasharkema commented 8 years ago

Hallo Martijn!

Thanks for creating this awesome lib–I'm currently using this for several production apps at Q42.

I wanted to let you(and the rest of the users of this lib) know that the current 1.0.0 release of PocketSocket has problems connecting to wss. This is affecting my work.

To fix this, I applied @yesitsdave fix: https://github.com/zwopple/PocketSocket/pull/44

As I've experienced, PocketSocket hasn't been a stable factor in this lib. For example previously (in 0.1.4) pmdEnabled was a real pain, as other issues have pointed out as well. Maybe you could consider using an other lib instead of PocketSocket? I'd be happy to have a chat about this at some next Meteor meetup in Holland.

Groeten, Tomas

robertjpayne commented 8 years ago

This is fixed in PocketSocket v1.0.1, apologies there was just some small tweaks needed to make the SSL negotiation actually work properly!