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
Mostly just title. We currently have to mutex during connection creation (because the set_config method in s2n is not thread-safe). Regardless, it would generally be better to pool connections together so we can use *_wipe instead of *_free and save on allocations.