diff options
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -123,8 +123,7 @@ static bool server_socket_callback(int fd){ } static bool timeout_callback(int fd){ - net_send_raw_text(fd,"_push ping\n",11); - return false; // We aren't going to get closure info from a send() + return net_send_raw_text(fd,"_push ping\n",11); } #ifndef __APPLE__ |