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
The basic logging policy uses localtime to generate timestamps. This function is cross platform but not thread safe. WebSocket++ locks its own access to localtime, but this does not prevent conflicts between WebSocket++ and the user of the library.
Need to look into alternate thread safe and cross platform ways of getting timestamps
The text was updated successfully, but these errors were encountered:
The basic logging policy uses localtime to generate timestamps. This function is cross platform but not thread safe. WebSocket++ locks its own access to localtime, but this does not prevent conflicts between WebSocket++ and the user of the library.
Need to look into alternate thread safe and cross platform ways of getting timestamps
The text was updated successfully, but these errors were encountered: