how to make every user work with own thread
and prevent sharing public variables
i have project with more than 1500 user and i afraid
this issue make performance problem or
programming logic problem
Each WebSocket class instance runs in a different thread (in release mode). If you define variables in the Page class, then they are not shared among users. Variables in a module (like ABMShared) are.