yes i think so, but only 1 can execute its thing at one time for one client.
jcompagner:
yes i think so, but only 1 can execute its thing at one time for one client.
You mean it doesn’t queue up the methods for execution ? I.e. it tries to execute the method in the JS-Thread but there is already one running so it waits until the scheduler triggers it again ?