client log sends to proxy

This commit is contained in:
2026-06-30 19:49:50 +07:00
parent f7a76353ea
commit 582ad714ae
8 changed files with 221 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ impl RawCastAdapter {
FrameType::Data | FrameType::UdpData => RawCastEvent::Data,
FrameType::Close => RawCastEvent::Close,
FrameType::Heartbeat => return Err("Heartbeat should be handled by muxer".into()),
FrameType::Diag => return Err("Diag frame is handled by diagnostics, not the bridge".into()),
};
Ok(RawCastFrame {