File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Sources/DistributedCluster/Plugins/ClusterSingleton
Tests/DistributedClusterTests/Metrics Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,6 @@ internal distributed actor ClusterSingletonBoss<Act: ClusterSingleton>: ClusterS
137
137
await self . handOver ( to: node)
138
138
}
139
139
140
- // TODO: await here for the handover?
141
-
142
140
// Update `singleton` regardless
143
141
try await self . updateSingleton ( node: node)
144
142
}
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ final class ActorMemoryTests: XCTestCase {
24
24
25
25
func test_osx_actorShell_instanceSize( ) {
26
26
#if os(OSX)
27
- class_getInstanceSize ( _ActorShell< Int> . self ) . shouldEqual ( 632 )
28
- class_getInstanceSize ( _ActorShell< String> . self ) . shouldEqual ( 632 )
27
+ class_getInstanceSize ( _ActorShell< Int> . self ) . shouldEqual ( 634 )
28
+ class_getInstanceSize ( _ActorShell< String> . self ) . shouldEqual ( 634 )
29
29
#else
30
30
print ( " Skipping test_osx_actorShell_instanceSize as requires Objective-C runtime " )
31
31
#endif
You can’t perform that action at this time.
0 commit comments