Hi Im new
I have a question I hope this is the right place to ask.
(1)I have a client running a thread on a server which makes a callback to the client and makes changes in it.
I have second client, and I want when a certain button is clicked to start applying the first client's thread changes on it (1), meaning: when this button is pressed, the thread running on that server will apply the changes in the second client as well.
Can anyone give me advice on how that can be done?
thanks