Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] quit fails after not successful new session
If new session creation fails a Quit() method is called which calls Dispose and then Quit command, unfortunately in this case session is still not created and it throws null reference exception and this hides the actual exception
- Loading branch information