bobi6666
bobi6666
I found some crates that support accelerating downloads and reconnect if the connection is unstable but they were all obsolete and that's why I decided to use your crate, so...
it is in the vector like pub static mut REQUESTS: Vec = Vec::new(); and pub struct Request { pub id: i32, pub response: Option, pub succeeded: i32 } now when...
how to make this draft pr for review? 2024-01-29 3:13 GMT+01:00, Sam Lantinga ***@***.***>: > Sure, feel free to create a draft PR for review. Even it's not something we...
currently i have settings in rust like this: enet_peer_ping_interval(event.peer, 700); enet_peer_timeout(event.peer, 32, 15000, 20000); and it works niw t notifies me of disconnection but i am still not sure what...
it means that we need a helper crate for this?
so I just need binance-sdk to call the rustls library instead of openssl if possible so that I don't have to use openssl at all and I know that it...