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
I am investigating making wss:// connections using tungstenite, for the sake of lemunozm/message-io#102.
Based on that issue, it seems that this crate does not support client-side TLS when using the tungstenite::client function to connect to a server.
It seems as though the blocking/non-blocking websocket connections should have feature parity, but since this currently isn't working, is there any workaround?
The text was updated successfully, but these errors were encountered:
I am investigating making
wss://
connections using tungstenite, for the sake of lemunozm/message-io#102.Based on that issue, it seems that this crate does not support client-side TLS when using the
tungstenite::client
function to connect to a server.It seems as though the blocking/non-blocking websocket connections should have feature parity, but since this currently isn't working, is there any workaround?
The text was updated successfully, but these errors were encountered: