You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The udpreceiver example is not working, it's giving an error "invalid socket address"
/udpreceiver outdir
[2024-03-23T08:04:28Z INFO udpreceiver] Create UDP Socket
thread 'main' panicked at examples/udpreceiver.rs:34:6:
Fail to bind: Error { kind: InvalidInput, message: "invalid socket address" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
The udpreceiver example is not working, it's giving an error "invalid socket address"
/udpreceiver outdir
[2024-03-23T08:04:28Z INFO udpreceiver] Create UDP Socket
thread 'main' panicked at examples/udpreceiver.rs:34:6:
Fail to bind: Error { kind: InvalidInput, message: "invalid socket address" }
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: