Closed alyandon closed 7 years ago
Fix a race condition that can occur when two (or more) clients attempt to create a queue with the same name at the same time.
Make sure that read unlocks are deferred after acquiring the read lock.
Thank you @alyandon!
Fix a race condition that can occur when two (or more) clients attempt to create a queue with the same name at the same time.
Make sure that read unlocks are deferred after acquiring the read lock.