snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.88k stars 236 forks source link

Update `server-custom-accept` example to `hyper` v1 #314

Closed nickelc closed 11 months ago

bkonkle commented 11 months ago

Hmm, I'm still getting this error:

image

It looks like it might be because tungstenite itself still requires 0.2?

image

bkonkle commented 11 months ago

Tungstenite v0.21 moves to v1.0.0! 🚀

I have a rebased branch here: https://github.com/bkonkle/tokio-tungstenite/tree/server-custom-accept/hyper.v1