client log sends to proxy
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user