FreeRDPSandboxed still running after closing RDP sessions

FreeRDPSandboxed still running after closing RDP sessions

avatar

Not sure what to look for here or if there's some logs I can send, but I've noticed on a few occasions that after closing all RDP sessions that FreeRDPSandboxed is still running and taking a bunch of CPU. Currently I've closed all my sessions in RDM and have 2 of these processes still running.

Actually I just closed RDM completely and the two sessions are still running.

All Comments (1)

avatar

I'll try to reproduce.
One explanation might be that for some reason, the background thread handling the communication with the RDP server has gone bunker.
That would explain the high CPU usage.
And in mono, application will wait until all thread have completed before fully quitting.

Jonathan Lafontaine