We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have encountered a problem while running my program that was modified from the print_tls example of the websocketpp library version 0.8.2:
2023-12-19 19:12:12] [connect] Successful connection [2023-12-19 19:12:12] [info] asio async_read_at_least error: asio.ssl.stream:1 (stream truncated) [2023-12-19 19:12:12] [error] handle_read_http_response error: websocketpp.transport:2 (Underlying Transport Error) [2023-12-19 19:12:12] [fail] WebSocket Connection 159.75.141.192:443 - "WebSocket++/0.8.2" /ws 0 websocketpp.transport:2 Underlying Transport Error [2023-12-19 19:12:12] [info] asio async_shutdown error: asio.ssl.stream:1 (stream truncated)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have encountered a problem while running my program that was modified from the print_tls example of the websocketpp library version 0.8.2:
The text was updated successfully, but these errors were encountered: