Queues data for sending to the peer.
data
@override void add(Uint8List data) { _outgoing.add(data); }