websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.54k stars 222 forks source link

Mistake #260

Closed danielvschoor closed 3 years ago

danielvschoor commented 3 years ago

Sorry, I created this PR against the wrong fork

vi commented 3 years ago

Which is the correct fork? Does that fork aim for being (one of) official Rust websocket crates or it is something project-specific?

danielvschoor commented 3 years ago

Which is the correct fork? Does that fork aim for being (one of) official Rust websocket crates or it is something project-specific?

This is project-specific. I had to make changes to the repo to enable it to work with my project, and I've removed a lot of code I don't use, so this won't really be useful to anyone else