Skip to content

Commit

Permalink
Updated to support QUICClientHandlers new initializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 committed Jul 3, 2023
1 parent 691bd64 commit 16a5309
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -182,7 +182,7 @@ final class QUICExternalDialClientTests: XCTestCase {
let sslClientContext = try! NIOSSLContext(configuration: configuration)

// Configure our Handlers
self.quicClientHandler = try! QUICClientHandler(SocketAddress(ipAddress: "127.0.0.1", port: 6121), version: self.version, destinationID: self.dcid, sourceID: self.scid, tlsContext: sslClientContext)
self.quicClientHandler = try! QUICClientHandler(SocketAddress(ipAddress: "127.0.0.1", port: 4242), versions: [.version1], destinationID: self.dcid, sourceID: self.scid, tlsContext: sslClientContext)
self.clientQuiesceEventRecorder = QuiesceEventRecorder()
self.clientErrorHandler = ErrorEventLogger()

Expand Down

0 comments on commit 16a5309

Please sign in to comment.