Open n1ce37 opened 1 month ago
Hi, so I had a similar problem. What I found is that they renamed "native" to "ws-native-tls" as far as I am aware, but did not update the examples. This fixed it for me:
taos = { version = "0.12.3", default-features = false, features = ["ws-native-tls"]}
Since we need to support websocket deflate message, we now suggest use git version of this. , which will also fix the issue here.
they renamed "native" to "ws-native-tls" as far as I am aware, but did not update the examples.
It's not correct, we just remove the native feature, use optin instead.
Cargo.toml
报错