On Tue, Jul 05, 2016 at 09:51:06AM +0200, Giulio Camuffo wrote:
> From: Sungjae Park
>
> Using display object, Emit a signal if a new client is created.
>
> In the server-side, we can get the destroy event of a client,
> But there is no way to get the created event of it.
> Of course, we can get
From: Sungjae Park
Using display object, Emit a signal if a new client is created.
In the server-side, we can get the destroy event of a client,
But there is no way to get the created event of it.
Of course, we can get the client object from the global registry
binding callbacks.
But it can be c