Component
RDP
What problem are you facing?
When an RDP connection is made, several properties of IVRDEServerInfo get changed (active, numberOfClients, etc.) but the IVRDEServerInfoChangedEvent doesn't fire.
How can we fix this?
In file "virtualbox/src/VBox/Main/src-client/ConsoleVRDPServer.cpp" add the line:
pServer->mConsole->i_onVRDEServerInfoChange();
to functions:
ConsoleVRDPServer::VRDPCallbackClientConnect
ConsoleVRDPServer::VRDPCallbackClientDisconnect
What alternatives or workarounds exist?
No
Anything else we should know?
No response