How to start a NetworkConnection

Hello,

I am studying the Building peer-to-peer apps codebase https://developer.apple.com/documentation/wifiaware/building-peer-to-peer-apps and am wondering why no connection is ever started?

I searched the codebase and didn't find .start() be called once.

Start function I'm referencing https://developer.apple.com/documentation/network/networkconnection/start()

Are NetworkConnections started automatically?

Note that I am using QUIC NetworkConnections (NetworkConnection<QUIC>) in what I'm trying to do.

How to start a NetworkConnection
 
 
Q