Open simlay opened 3 months ago
This is a work in progress with the goal of https://github.com/snapview/tungstenite-rs/issues/417. It's unclear if this will actually work. I do have this compiling locally and used in https://github.com/liveview-native/phoenix-channels-client/pull/122. Given that there's a todo!() in the connect function, I've obviously not tested it yet.
todo!()
connect
This is a work in progress with the goal of https://github.com/snapview/tungstenite-rs/issues/417. It's unclear if this will actually work. I do have this compiling locally and used in https://github.com/liveview-native/phoenix-channels-client/pull/122. Given that there's a
todo!()
in theconnect
function, I've obviously not tested it yet.