You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, thanks for the issue. I've read the documentation for isahc and tungstenite. isahc support http_proxy, https_proxy and socks4/5 proxy, so get_voice_list can easily support all proxy types. Tungstenite doesn't seem to have such support #177 The good thing is that Tungstenite allows us to use our own TCP/TLS stream, and I might be able to establish a proxy connection before starting the websocket handshake.
But it's going to be a busy time starting tomorrow when we have Chinese New Year, so I'll deal with that in a few days.
Hi, is there a way to get proxy support in this crate? So I can proxy the Websocket requests through my proxy?
The text was updated successfully, but these errors were encountered: