Skip to content

Commit

Permalink
OSC Socket Setup Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
me-sideways committed May 12, 2023
1 parent 23a9df6 commit 0e90d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giggletech-router/src/giggletech_osc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub(crate) async fn send_data(device_ip: &str, value: i32) -> Result<()> {
//println!("Sending Value:{} to IP: {}", value, device_ip);

// Todo
// Move socket conneciton out of send_data function
// Move socket connection out of send_data function
// Notice no issues from setting up port upon every request at this point, have to move if there are any bug reports or memory leaks

let tx_socket_address = create_socket_address(device_ip, "8888"); // ------------------- Port to Send OSC Data Too
Expand Down

0 comments on commit 0e90d91

Please sign in to comment.