File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
ci/LDKSwift/Tests/LDKSwiftTests
xcode/DirectBindingsApp/DirectBindingsApp.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ public class HumanObjectPeerTestInstance {
330
330
if !self . master. use_nio_peer_handler {
331
331
return
332
332
}
333
- self . tcpSocketHandler = TCPPeerHandler ( peerManager : self . peerManager )
333
+ self . tcpSocketHandler = self . constructor! . getTCPPeerHandler ( )
334
334
for i in 1 ... 10000 {
335
335
let port = UInt16 ( i)
336
336
let bound = self . tcpSocketHandler!. bind ( address: " 127.0.0.1 " , port: port)
@@ -707,8 +707,8 @@ public class HumanObjectPeerTestInstance {
707
707
// sleep for 5 seconds to ensure sanity
708
708
try ! await Task . sleep ( nanoseconds: 5_000_000_000 )
709
709
710
- peer1. constructor? . interrupt ( tcpPeerHandler : peer1 . tcpSocketHandler )
711
- peer2. constructor? . interrupt ( tcpPeerHandler : peer2 . tcpSocketHandler )
710
+ peer1. constructor? . interrupt ( )
711
+ peer2. constructor? . interrupt ( )
712
712
}
713
713
714
714
}
Original file line number Diff line number Diff line change 729
729
07C753F326D9560200081BF8 /* PromiseKit in Frameworks */ = {isa = PBXBuildFile; productRef = 07C753F226D9560200081BF8 /* PromiseKit */; };
730
730
28F5174A280E7903009A7D10 /* CombineUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F51749280E7903009A7D10 /* CombineUtils.swift */; };
731
731
2DD1139D4337E24B8A37948F /* PolarIntegrationSample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DD1159E9DE3166EE7B79886 /* PolarIntegrationSample.swift */; };
732
+ 2DD1182C341A00AE1DA7C9E4 /* CombineUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F51749280E7903009A7D10 /* CombineUtils.swift */; };
732
733
2DD11C86114C6827D6E338A2 /* BlockchainObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 076D2A6D28039ACB00970AFC /* BlockchainObserver.swift */; };
733
734
2DD11F1338488839D8955B7A /* PolarIntegrationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DD1172C8DF0B244CF69B0FA /* PolarIntegrationTest.swift */; };
734
735
2DD11F99CF6E547FA7FB9225 /* RegtestBlockchainManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 076D2A6B280399F500970AFC /* RegtestBlockchainManager.swift */; };
2565
2566
2DD11F99CF6E547FA7FB9225 /* RegtestBlockchainManager.swift in Sources */,
2566
2567
2DD11C86114C6827D6E338A2 /* BlockchainObserver.swift in Sources */,
2567
2568
2DD11F1338488839D8955B7A /* PolarIntegrationTest.swift in Sources */,
2569
+ 2DD1182C341A00AE1DA7C9E4 /* CombineUtils.swift in Sources */,
2568
2570
);
2569
2571
runOnlyForDeploymentPostprocessing = 0;
2570
2572
};
You can’t perform that action at this time.
0 commit comments