You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @uwiger, thanks for asking. The fix looks good and should fix the bug reported.
This bug was found using Morpheus, a concurrency testing tool for Erlang. I am no longer working on the project, but I will try to run the tool on the fixed version and let you know if there are any issues.
locks_watcher
is notified bylocks/src/locks_server.erl
Line 64 in 8e9b2e3
However, the message could be lost if a locks_server is started after
locks/src/locks_watcher.erl
Line 23 in 8e9b2e3
but the message is sent before the name
locks_watcher
is registered.locks/src/locks_watcher.erl
Line 26 in 8e9b2e3
The text was updated successfully, but these errors were encountered: