rustdesk 2023-06-09 17:07:49 +08:00
parent 0968780d7a
commit 024c181d69

View File

@ -1631,6 +1631,7 @@ class FFI {
String? switchUuid,
String? password,
bool? forceRelay}) {
closed = false;
assert(!(isFileTransfer && isPortForward), 'more than one connect type');
if (isFileTransfer) {
connType = ConnType.fileTransfer;