Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 25, 2024
1 parent 9181fc2 commit a790772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Networking/Sources/Networking/Connection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public final class Connection<Handler: StreamHandler>: Sendable, ConnectionInfoP
return
}
if let upKind = Handler.PresistentHandler.StreamKind(rawValue: byte) {
// TODO: handle duplicated UP streams
presistentStreams.write { presistentStreams in
presistentStreams[upKind] = stream
}
Expand Down

0 comments on commit a790772

Please sign in to comment.