02-06-2025, 09:35 PM
I have one technical question. 
If Timer sends "get" requests to the server in a parallel thread, then we cannot send our "set" requests from the user interface thread.
Otherwise, if two threads send their requests to the server at the same time, this may lead to errors.
Do I understand all of this correctly?

If Timer sends "get" requests to the server in a parallel thread, then we cannot send our "set" requests from the user interface thread.
Otherwise, if two threads send their requests to the server at the same time, this may lead to errors.
Do I understand all of this correctly?
