async fn writer_task<W>( write: W, outbound_rx: UnboundedReceiver<TxJsonRpcMessage<RoleServer>>, )where W: AsyncWrite + Send + Unpin + 'static,