muxerFactory property
Factory function to create a new multiplexer instance. The 'secureConn' is the connection after security protocols have been applied. The 'isClient' flag indicates if this node is the client in the connection setup.
Implementation
final Multiplexer Function(Conn secureConn, bool isClient) muxerFactory;