Closed NeoLegends closed 8 years ago
No callbacks for relogin at all?
Relogin is synchronous, as far as the docs say. Or at least they don't mention asynchronity in connection with relogin. But you're right, I didn't think about the case where the relogin succeeds, I only noticed the case when it fails. It could still be asynchronous, damn. I'll check that.
Session previously used a TaskCompletionSource hooked into logged_in. However, logged_in is never called by sp_session_relogin, so the method kinda deadlocked.
Also prepared project for VS '15.