housleyjk / ws-rs

Lightweight, event-driven WebSockets for Rust.
MIT License
1.46k stars 219 forks source link

Project status? #305

Open alfiedotwtf opened 4 years ago

alfiedotwtf commented 4 years ago

Is this project currently being worked on? The docs hosted on ws-rs.org and docs.rs are both out of date, and PRs seemed to have stalled.

alfiedotwtf commented 4 years ago

Apologies. Ignore the "out of date" comment (from https://ws-rs.org/api_docs/ws/util/index.html):

"Associates readiness notifications with Evented handles."

That above quote isn't in util.rs and the Evented link is 404 so I assumed stale docs. Looks like it's being lifted from the mio source because of the reexport.

alfiedotwtf commented 4 years ago

Anyone know the timelines for merging approved PRs?