Noting where we need to apply changes

This commit is contained in:
Dave Hrycyszyn
2024-05-29 18:27:03 +01:00
parent 56061bb94b
commit 7a0a7995a6

View File

@@ -27,7 +27,7 @@ pub(crate) async fn start() -> Result<(), websockets::WebSocketError> {
println!("Sending: {}", json);
ws.send_text(json.clone()).await?;
// TODO: somewhere down in here when we receive socket input from other nodes
// TODO: apply changes in here when we receive socket input from other nodes
let msg = ws.receive().await?;
println!("Received: {:?}", msg);