Hi all,
i'm trying to create a simple client-server program, showing on the server how many clients are connected. To do this i'm using the Count property of the lNet component. When each client connects, the Count property on the server increase by 1, and all is ok. But when the clients disconntecs (using the Disconnect method, as shown in the sample lNet application), the Count property don't decrease. There's something i'm missing, or is a bug?
I'm using the latest lNet version (0.6.3).
Nik