OpenStratos / server

Server implemented in C++14. It will be in charge of the management of the balloon.
GNU General Public License v3.0
6 stars 1 forks source link

Second SMS on landing could hang #81

Closed Razican closed 8 years ago

Razican commented 8 years ago

If there is not enough precision on GPS after landing, the second SMS could hang even if the first SMS failed, as can be seen here: logic/land.cc#L50.

This should be solved implementing the same for with counter as can be seen in the same file above, maybe waiting more, but not hanging the main thread.