Using new Stream type adapted to the update of submodules (#11581)

* [fix bug] fix all err stream type.

* [update] update hbb_common.

* [bug fix] Stream in other platform.
This commit is contained in:
YinMo19
2025-04-28 00:47:33 +08:00
committed by GitHub
parent 16e9e716b6
commit c9d5e15ac0
6 changed files with 11 additions and 13 deletions

View File

@@ -351,7 +351,7 @@ impl<T: InvokeUiSession> Remote<T> {
#[cfg(any(target_os = "windows", feature = "unix-file-copy-paste"))]
async fn handle_local_clipboard_msg(
&self,
peer: &mut crate::client::FramedStream,
peer: &mut Stream,
msg: Option<clipboard::ClipboardFile>,
) {
match msg {