Hi,
Do i need to manage concurrency regarding variable access?
A real life example:
Using Websocket Plugin:
While i'm processing the current received message (MessageText) a new incoming message crash the previous message.., i can't produce it right now because i'm working locally..
As far as i know in JavaScript, only one thread per script is allowed, but i'm not sure about C2 how it works internally..
Anyone has an idea about this subject ?
Cheers.