datagrams

Access connection-wide unreliable datagrams over QUIC. Subsequent accesses to this object will return the same reference. All incoming datagrams for the entire QUIC connection will be received on this SubConnection once invoked.

Declaration

final var datagrams: QUIC.Datagrams<QUICDatagram> { get async throws }