You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: