mirror of https://github.com/FreeRDP/FreeRDP
libfreerdp-core: disable asynchronous mode for now
This commit is contained in:
parent
c46074f926
commit
f6080b0c22
|
@ -764,7 +764,7 @@ rdpUpdate* update_new(rdpRdp* rdp)
|
|||
update->SuppressOutput = update_send_suppress_output;
|
||||
|
||||
update->initialState = TRUE;
|
||||
update->asynchronous = TRUE;
|
||||
//update->asynchronous = TRUE;
|
||||
|
||||
if (update->asynchronous)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue