Preserve runtime effects on send failure

This commit is contained in:
Michael Mikovsky
2026-05-09 12:54:11 -06:00
parent 8bf660546a
commit 4e3f975b54
3 changed files with 104 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub trait Transport {
fn send_frame(
&mut self,
connection: ConnectionId,
frame: FrameBytes,
frame: &FrameBytes,
) -> Result<(), Self::Error>;
fn flush(&mut self) -> Result<(), Self::Error> {