Noting where we need to apply changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user