On Mon, Oct 1, 2018 at 9:33 AM Alexandr via FreeRDP-devel
wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Hi all.
> Is it possible without modifications to libfreerdp code make it single
> threaded, and implement loop inside my application and not in
> libfreerdp ?
>
> does any ex
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
В Пн, 01/10/2018 в 09:43 +0200, Armin Novak via FreeRDP-devel пишет:
> Run libfreerdp in a single thread is currently impossible.
>
> you can handle the events in your client event loop though.
>
>
> As for examples, look at client/Sample and serv
Run libfreerdp in a single thread is currently impossible.
you can handle the events in your client event loop though.
As for examples, look at client/Sample and server/Sample in the source ;)
On 10/1/18 9:31 AM, Alexandr via FreeRDP-devel wrote:
> Hi all.
> Is it possible without modifications