Open sephiroth56 opened 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?
I think you should check log on your meteor app. Maybe something broken already then meteor restart -> you lose your DDP connection.
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?