It prints 'no valid TCP server serving for TCP clients, consider disable TCP with "mode": "udp_only"', even if there is only "udp_only" mode in locals.
I think this line is the cause.
|
let mut mode = Mode::TcpOnly; |
It sets "tcp_only" by default. The ping_balancer will always test tcp connection.