[debug] add debug.

This commit is contained in:
YinMo19 2025-04-24 20:53:58 +08:00
parent e9813ffdd6
commit 7110634c09

View File

@ -188,6 +188,7 @@ impl WsFramedStream {
}
}
}
log::error!("not encrypt set.");
return Some(Ok(bytes));
}
WsMessage::Text(text) => {