mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Deactivated async_transport #3134
This commit is contained in:
@@ -674,7 +674,7 @@ public class BookmarkBase implements Parcelable, Cloneable {
|
||||
private void init() {
|
||||
debug = "INFO";
|
||||
asyncChannel = true;
|
||||
asyncTransport = true;
|
||||
asyncTransport = false;
|
||||
asyncInput = true;
|
||||
asyncUpdate = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user