[2021-09-25 00:10:47] [info] asio async_read_at_least error: asio.ssl.stream:1 (stream truncated):[3.7]
[2021-09-25 00:10:47] [error] handle_read_frame error: websocketpp.transport:2 (Underlying Transport Error)
[2021-09-25 00:10:47] [info] asio async_shutdown error: asio.ssl.stream:1 (stream truncated)
Probable Solution:
Need to implement ping pong each 15s
From FTX Websocket API:
[Send pings at regular intervals (every 15 seconds): {'op': 'ping'}. You will see an {'type': 'pong'} response.]
[2021-09-25 00:10:47] [info] asio async_read_at_least error: asio.ssl.stream:1 (stream truncated):[3.7]
[2021-09-25 00:10:47] [error] handle_read_frame error: websocketpp.transport:2 (Underlying Transport Error)
[2021-09-25 00:10:47] [info] asio async_shutdown error: asio.ssl.stream:1 (stream truncated)
Probable Solution:
Need to implement ping pong each 15s
From FTX Websocket API:
[Send pings at regular intervals (every 15 seconds): {'op': 'ping'}. You will see an {'type': 'pong'} response.]