blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Simplify socket2 keep alive logic #303

Open serprex opened 3 months ago

serprex commented 3 months ago

Unfortunately SockRef::from only implemented for unix/windows, so this doesn't allow making the feature more portable