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 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