connectionStream property
override
Stream of incoming connections
Implementation
@override
Stream<libp2p.TransportConn> get connectionStream =>
_pendingController.stream;
Stream of incoming connections
@override
Stream<libp2p.TransportConn> get connectionStream =>
_pendingController.stream;