michaelkourlas / voipms-sms-client

Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
https://play.google.com/store/apps/details?id=net.kourlas.voipms_sms
Apache License 2.0
218 stars 52 forks source link

High latency mode #218

Closed Kawoa closed 3 years ago

Kawoa commented 3 years ago

Hello Michael. Very good app clean and fast and low power consumption but i think theres a problem with High latency connections (Satellite 600ms ++ pings) seems like the app is Constantly syncing. Nonestop. When im in town with 30ms connection it works flawlessly. But im experiencing problem with high latency connection. I dint fully understand the code anyway to add a high latency mode in the settings?

Other then that the app is Very helpful 5stars.

Could be the voip.ms server too. Im not sure. The app actually crashes at one point only on a high latency connection

michaelkourlas commented 3 years ago

That doesn't surprise me, but unfortunately there's nothing that can be done about that. We need to synchronize with the VoIP.ms server in order to retrieve SMS messages -- they aren't directly pushed to the app.

(They could be, technically, but that would create unacceptable privacy and security issues -- all your SMS messages would be going through my server!)