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
potentially introduces a race condition because BungeeCord plugin (this is us) may initiate the Redis request after Spigot plugin has reported to Redis the completion of the data persistence (although this is very unlikely).
We can avoid this problem by having the "step 3" done before "step 2", since Redis then serializes write requests in the desired order.
The text was updated successfully, but these errors were encountered:
The protocol described here
BungeeSemaphore/src/main/scala/click/seichi/bungeesemaphore/infrastructure/bugeecord/listeners/SemaphoringServerSwitcher.scala
Lines 36 to 45 in bcd5886
potentially introduces a race condition because BungeeCord plugin (this is us) may initiate the Redis request after Spigot plugin has reported to Redis the completion of the data persistence (although this is very unlikely).
We can avoid this problem by having the "step 3" done before "step 2", since Redis then serializes write requests in the desired order.
The text was updated successfully, but these errors were encountered: