On Fri, 19 Feb 2016 19:03:29 -0800
Bryce Harrington wrote:
> On Thu, Feb 11, 2016 at 09:20:00PM +0900, nic...@nicesj.com wrote:
> > 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
On Thu, Feb 11, 2016 at 09:20:00PM +0900, nic...@nicesj.com wrote:
> 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 fro
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 called several times w