Skip to content

[Req]: have IVRDEServerInfoChangedEvent event fire when user connects/disconnects to RDP #525

@thedisbo1125

Description

@thedisbo1125

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions