-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Hello.
I have been add my current toml file.
I can use socketio-rs but it is outdated and has huge bugs. I need to switch to rust-socketio but when I import it, it works on mac but, I always get TLS error on linux.
There is a conflict, I need to disable somehow this rust-socketio's TLS library's.
Or I dont know if there is another solution.
tokio = { version = "1", features = ["full"] }
socketio-rs = "0.1.8"
serde = { version = "1.0", features = ["derive"] }
rquest = { version = "0.27", features = ["boring-tls", "cookies"] }
hyper2 = "=0.14.62"
boring = { package = "boring2", version = "=4.12.0", default-features = false }
boring-sys2 = "=4.12.0"
http = "0.2"
chrono = "0.4"
engineio-rs = "0.1.5"
rand = "0.8"
flate2 = "1.0"
percent-encoding = "2.1.0"
brotli = "3.3.4"
futures = "0.3.31"
rust-crypto = { version = "0.2.36", default-features = false }
hex = "0.4.3"
scopeguard = "1.1"