Hi,
Android is reporting high data consumption which I can’t explain anyway.
I set up a test environment started the app on android and left it on login screen. At this point there is no subscription yet. Android reports 20MB data consumption after 1 hour!
I hooked to Meteor.connection._send and Meteor.connection._stream.on message and logged all DDP traffic to console. It is just pings and pongs, nothing else. I don’t think ping-pong really create 20MB traffic in 1 hour.
So where the traffic comes from ? What is happening behind the scenes? How can I trace it?
Any help that can give me a clue will be highly appreciated.