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
Using begin/end implementation on SSLStream authentication makes the whole app unstable. During stress test, tons of exceptions are catched: from SSL bad record to native stack exception in mono for "double free or corruption".
Using syncronous AutenticateAsServer make every more stable and reliable.
The text was updated successfully, but these errors were encountered:
Using begin/end implementation on SSLStream authentication makes the whole app unstable. During stress test, tons of exceptions are catched: from SSL bad record to native stack exception in mono for "double free or corruption".
Using syncronous AutenticateAsServer make every more stable and reliable.
The text was updated successfully, but these errors were encountered: