MrJul has uploaded a patch.
Description:
Another NullReferenceException fix when an object is already disposed and a session error occurs at the same time (race condition). Maybe _isDisposed should be set instead at the top of the Dispose method rather than at the bottom.