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
As a follow-up to 258b614, shard.Manager should also implement these same methods. The current concern is that Manager keeps a state for each shard, all of which are guarded by a single mutex within Manager. This means that Wait running will prevent Close from working properly.
Ideally, Wait should not lock while it's running at all.
The text was updated successfully, but these errors were encountered:
As a follow-up to 258b614,
shard.Manager
should also implement these same methods. The current concern is thatManager
keeps a state for each shard, all of which are guarded by a single mutex withinManager
. This means thatWait
running will preventClose
from working properly.Ideally,
Wait
should not lock while it's running at all.The text was updated successfully, but these errors were encountered: