cozy / cozy-data-system

Deprecated - Data Layer for Cozy V2 Platform
https://cozy.io
GNU Affero General Public License v3.0
24 stars 21 forks source link

Fix a race condition on locker #159

Closed nono closed 9 years ago

nono commented 9 years ago

Before:

After:

When a lock is released, we also clear the timeout associated.

frankrousseau commented 9 years ago

You're right, thank you!