pub async fn process_network_command(
msg: MessageInfo,
received_clock: Clock,
sender_id: &str,
) -> Result<(), Box<dyn Error>>
Expand description
Process commands received from the network Update the clock of the site Interact with the database