Closed alexjg closed 1 year ago
Having one tokio
feature flag for everything forces tokio-tungstenite
to be pulled in even when it's not being used...
True, this seems like it would be the desired case for many people as interop with web peers is one of the goals here. I agree we shouldn't bundle them into one feature flag though. Fancy putting in a PR which introduces a tokio-slimline
feature flag which only includes tokio
?
This PR does two things (in the two commits):
RepoHandle::connect_stream
methodtungstenite