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.
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.