Re: [FreeRDP-devel] libfreerdp single thread

2018-10-01 Thread R0b0t1 via FreeRDP-devel
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

Re: [FreeRDP-devel] libfreerdp single thread

2018-10-01 Thread Alexandr via FreeRDP-devel
-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

Re: [FreeRDP-devel] libfreerdp single thread

2018-10-01 Thread 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 server/Sample in the source ;) On 10/1/18 9:31 AM, Alexandr via FreeRDP-devel wrote: > Hi all. > Is it possible without modifications