FactbirdHQ / ublox-short-range-rs

A driver crate for the entire u-blox short range family in Rust
6 stars 2 forks source link

UDP error handeling creates orphan sockets with invalid socket handles #35

Closed unizippro closed 2 years ago

unizippro commented 2 years ago

UDP error handeling creates orphan sockets when using an invalid socket handle with the connect() method. Orphan sockets live in the modem, but the driver does not know of them.