@meaton That seems to contradict the WWDC21 video "Accelerate networking with HTTP/3 and QUIC" where at 16:22 it shows this example...
// Adjust stream properties
let options = NWrotocolQUIC.Options ()
options direction = unidirectional
let connection = NWConnection(from: group, using: options)
Notice it's attempting to manually (?) extract a stream from the group (notice the "from: group" in the connection initializer).
Topic:
App & System Services
SubTopic:
Networking
Tags: