Tyooughtul commented on code in PR #2656:
URL: https://github.com/apache/iggy/pull/2656#discussion_r3036580982


##########
Cargo.toml:
##########
@@ -285,6 +285,7 @@ trait-variant = "0.1.2"
 tungstenite = "0.29.0"
 twox-hash = { version = "2.1.2", features = ["xxhash32"] }
 ulid = "1.2.1"
+ureq = "2.10"

Review Comment:
   > Ok, that makes sense :)
   
   It seems that I have found compio's http client 
(https://github.com/compio-rs/cyper/blob/master/cyper/src/lib.rs ). I think it 
should be a good way to avoid calling synchronous functions in asynchronous 
functions. I’m planning to use it, but wanted to check with you first.😊



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to