Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a handler when a client connects to the server, i would like the server to send some system information to the client
$SYS/version
$SYS/uptime
$SYS/clients/active = x
...
But how can i send this information to the newly connected client alone? since all the other connected clients don't need an update.
Or what would be the correct way to handle this?
Beta Was this translation helpful? Give feedback.
All reactions