You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #912
replace `tokio_util::codec::LengthDelimitedCodec`/`Framed` in `test_ack_before_redelivery_in_net_tx`, `test_ack_exceeded_limit_with_connected_link`, and `test_ack_exceeded_limit_with_broken_link` with `hyperactor::channel::net`’s `FrameReader`/`FrameWrite`. behavior is unchanged; tests now exercise the production framer (zero-copy, cancellation-safe) directly.
Reviewed By: mariusae
Differential Revision: D80482767
fbshipit-source-id: bddca27f6a180f3903ad05c0db5de5a11a3d81f7
0 commit comments