pub async fn invoke_method_raw(
pool_bytes: Vec<u8>,
server_url: String,
target_method: String,
data: Option<String>,
cancellation_token: CancellationToken,
) -> Result<UnboundedReceiver<FluidStreamEvent>>pub async fn invoke_method_raw(
pool_bytes: Vec<u8>,
server_url: String,
target_method: String,
data: Option<String>,
cancellation_token: CancellationToken,
) -> Result<UnboundedReceiver<FluidStreamEvent>>