Skip to content

Commit cd89d9f

Browse files
committed
Fix QLog build
1 parent 3b389ec commit cd89d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftNetwork/QUIC/QUICConnection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4023,7 +4023,7 @@ public final class QUICConnection: ManyToManyApplicationStreamProtocol,
40234023
else {
40244024
return
40254025
}
4026-
context.async {
4026+
self.async {
40274027
var flowType: QLogFlowType = .client
40284028
var applicationType = "client"
40294029
if self.isServer {

0 commit comments

Comments
 (0)