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:
parent
16e9e716b6
commit
c9d5e15ac0
6 changed files with 11 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue