Hi,
I got an issue about the error "Timer Expired". The program connects to a websocket server without any problem.
Several hours later, I got "[error] handle_read_frame error: websocketpp.transport:7 (End of File)". It seems the server is closed, right? Then the program will reconnect it automatically. However, I got the error below. It can connect to the server again if I restart the program. So I just want to know what may cause such error below.
[info] Error getting remote endpoint: system:9 (Bad file descriptor)
error] handle_connect error: Timer Expired
Regards,
Michael