inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Meteor.connect support for xhr/jsonp fallback #298

Open rgstephens opened 6 years ago

rgstephens commented 6 years ago

The meteor DDP connection fails when connected to networks that block websockets but the underlying ddp.js library supports xhr/jsonp.

Would it be useful to add an option to Meteor.connect to specify the SocketConnection value (default WebSocket with a Client option)?