jhelovuo / RustDDS

Rust implementation of Data Distribution Service
Apache License 2.0
316 stars 65 forks source link

Fix send_mio_socket type when target_os="windows" #309

Closed levilovearch closed 10 months ago

levilovearch commented 10 months ago

Hi there,

Thanks for creating this nice repo. I suggest I catch a tiny bug in mio_source.rs: the type of send_mio_socket in struct PollEventSender should be Arc<Mutex<...>>.

Best, Levi