Skip to content

underlying transport error(solved in my case) #941

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

Open
AndyTesla opened this issue Nov 7, 2020 · 1 comment
Open

underlying transport error(solved in my case) #941

AndyTesla opened this issue Nov 7, 2020 · 1 comment

Comments

@AndyTesla
Copy link

Once I did nothing to the code that deal with websocket(I thought), but somehow "underlying transport error" occured. After testing I found it was because I wrote

std::locale::global(std::locale("zh_CN.utf-8"))

to set timezone, that will inevitably lead to "underlying transport error" in my case. So be careful when setting timezone

@xiaoxin-mz
Copy link

#1131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants