Christian Legnitto
Christian Legnitto
Yep, sorry...I've been dealing with a move. I intend to get back to this in next week.
My problem is the silent request is tripping bot detection, as this request + the "real" request happen too close together and the site sees me as a bot. I'd...
Apologize for my ignorance, but with GATs right around the corner, tower 1.0 will likely want to change the service trait ala https://tokio.rs/blog/2021-05-14-inventing-the-service-trait#gats, correct?
With GATs happening (https://github.com/rust-lang/rust/pull/96709#issuecomment-1245350608 ), it might be good to make some of the proposed changes to tower, at the very least to give feedback on GATs before final release?
How about using https://doc.rust-lang.org/stable/std/ops/enum.ControlFlow.html ?
I would imagine you can create a simple service (layer?) that has two handles to two subservices...one that you want to use by default and a `Balance` service. Then when...
Is this ever going to get cleaned up and landed?
(buck support for 64bit on Android has been in for months)
Ping :-)
Did #18 fix your issue @hawflakes ?