pub fn connect_with_pubsub<TClient, THandler>( handler: THandler, ) -> (TClient, impl Future<Output = RpcResult<()>>)where TClient: From<RpcChannel>, THandler: Deref<Target = MetaIoHandler<LocalMeta>> + Unpin,
Connects with pubsub.