Skip to content

Commit 32b7d9f

Browse files
committed
wip
1 parent 808ca14 commit 32b7d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cluster/src/Sharding.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,8 @@ const make = Effect.gen(function*() {
12711271
}
12721272

12731273
yield* PubSub.publish(events, EntityRegistered({ entity }))
1274-
}
1274+
},
1275+
withStorageReadLock
12751276
)
12761277

12771278
yield* Scope.addFinalizerExit(

0 commit comments

Comments
 (0)