Hi, we’re connecting to Meteor service that served via IBM HTTP Server (IHS) which does have strong support for Websockets.
We have a React Native application that uses react-native-meteor which used a DDP connection to grab stuff from the Meteor server using Meteor.connect('ws://192.168.X.X:3000/websocket'); as per https://github.com/inProgress-team/react-native-meteor#example-usage
What I see in the Reactive Native debug console is Disconnected from DDP server. So I am suspecting that this is the issue (perhaps it something else).
Any help appreciated
thanks