polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Tungstenite: Match scheme for "ws" or "wss" #554

Closed bitfl0wer closed 2 weeks ago

bitfl0wer commented 2 weeks ago

When connecting to a Gateway using the tungstenite backend, match, whether the supplied URL is of type "ws" or "wss" and choose the appropriate "connect" function in tungstenite. There is no need to construct a RootCertStore with loaded root trust certificates from disk, if we completely ignore this RootCertStore anyways.