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
When using Receptor as a library, you might want to make use of GetClientTLSConfig and SetClientTLSConfig. (This was unavoidable before ReceptorVerifyFunc was made public.) Unfortunately, these functions have non-lock-protected map accesses and as a result, are not thread-safe. This should be fixed or at least documented.
The text was updated successfully, but these errors were encountered:
When using Receptor as a library, you might want to make use of
GetClientTLSConfig
andSetClientTLSConfig
. (This was unavoidable beforeReceptorVerifyFunc
was made public.) Unfortunately, these functions have non-lock-protected map accesses and as a result, are not thread-safe. This should be fixed or at least documented.The text was updated successfully, but these errors were encountered: