Replies: 1 comment
-
You should be able to use this function void disconnect(uint8_t num); num is the client number |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to find a way for the web sockets server to close a connection with a certain client if a condition is met and did not find how, any ideas on how i could implement this?
Below is a code snippet of exactly what i would like to accomplish
Beta Was this translation helpful? Give feedback.
All reactions