refactoring conn audit, add session_id (both session_id and conn_id on

sever side), use session_id instead of conn_id for client id, and remove
conn_id in protobuf
This commit is contained in:
rustdesk
2023-07-01 16:21:36 +08:00
parent a33c94a377
commit 8ab2a79fa2
9 changed files with 27 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
let mut docker_hiden = false;
let open_func = move || {
#[cfg(not(feature = "flutter"))]
if cfg!(not(feature = "flutter"))
{
crate::run_me::<&str>(vec![]).ok();
return;