Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a race condition on session creation.
The SESSION object must be created while guarded by a lock, otherwise NEXT-SESSION-ID may non-atomically increment a counter.
- Loading branch information