NewStream constructs a new Stream over this conn.
@override Future<P2PStream> newStream(Context context) async { throw StateError('Cannot create new streams on a raw, non-multiplexed connection.'); }