s2e-systems / dust-dds

Rust implementation of the Data Distribution Service (DDS)
Apache License 2.0
86 stars 11 forks source link

Replace tokio sockets by udp sockets #305

Closed jrebelo closed 4 months ago

jrebelo commented 4 months ago

Replace tokio sockets by udp sockets by creating std::thread to listen on the blocking socket. This allows us to remove the "net" feature of tokio