inProgress-team / react-native-meteor

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

Sending base64 files ,Meteor Call never comes #308

Open sephiroth56 opened 6 years ago

sephiroth56 commented 6 years ago

I call meteor methods from react native app but when Im trying to send large data (base64), it gave logs "Disconnected from DDP server." And again connect to DDP server but meteor call never comes. any suggest?

hqtoan94 commented 6 years ago

I think you should check log on your meteor app. Maybe something broken already then meteor restart -> you lose your DDP connection.