lemunozm / message-io

Fast and easy-to-use event-driven network library.
Apache License 2.0
1.11k stars 74 forks source link

Net2 is deprecated. #96

Closed entropylost closed 3 years ago

entropylost commented 3 years ago

See https://crates.io/crates/net2. It might make sense to switch to socket2.

lemunozm commented 3 years ago

Thanks!

In fact, I have a pending change in https://github.com/lemunozm/message-io/issues/70 that implies making exactly the change you suggest.

lemunozm commented 3 years ago

Fixed in https://github.com/lemunozm/message-io/issues/70