liveview-native/phoenix-channels-client

Phoenix.Channels: TLS support

simlay opened this issue · 0 comments

Right now the client only supports non-tls. Let's fix this!

rust::socket::listener::socket_connect only uses connect_async. This needs to also support tokio_tungstenite::client_async_tls_with_config

Related work: #72