-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
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
Websocket example #2917
Comments
Do they happen at the end of stream? error::stream_truncated |
No, i get these errors without calling any shutdown or disconnect function. And it shows when use client for high load traffic (high frequency). |
Are you sure it’s not the server that dropped the connection? Does this happen with just one specific server? |
Can connection issues occur if multiply connections use load_certificates function? |
Do you mean |
I made n threads. Every thread has its own asio context, and interact with the same internet resource |
Do they have their own |
yes |
Have you tried reducing your application to a single connection and a single thread to see if the issue still exists? If possible, test one of the existing examples. |
Hello,
Boost=1.84.0, BOOST_BEAST_VERSION=351
I am using boost/beast websocket TLS async client example link. I noticed my connection disconnects sometimes with
stream truncated
andeof
. What do these errors mean? I checked my internet connection with wireshark and it's fine.The text was updated successfully, but these errors were encountered: