chaitu236 / TakServer

Server to handle online TAK games
https://www.playtak.com
GNU General Public License v2.0
35 stars 8 forks source link

Getting NOK from Ping #7

Closed scottven closed 8 years ago

scottven commented 8 years ago

TakBot was getting disconnected after a couple minutes of idle time, so I figured the server had started checking pings. I enabled TakBot to send a Ping every 30 seconds and the server always returns "NOK".

scottven commented 8 years ago

Looks like it's a documentation issue. The doc says "Ping" but the code looks for "PING". I updated TakBot to send PING and now the server returns "OK".

chaitu236 commented 8 years ago

Fixed the documentation.