jhelovuo / RustDDS

Rust implementation of Data Distribution Service
Apache License 2.0
331 stars 67 forks source link

Fix send_mio_socket type when target_os="windows" #309

Closed levilovearch closed 1 year ago

levilovearch commented 1 year 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