<div dir="ltr">Hello<div>I have faced when case when private var defined as $var(json_request) is share between different SIP messages.</div><div>In my case first time this var is used from registration processing route.</div><div>Then var with same name is used PUBLISH messge processing. And i be able to this value defined from registration processing.<br><br>I expecting that vars is not shared between threads and message handling routes for var defined as $var(name). Is that not true?</div><div>How i can prevent race condition between different message processing routes when two thread simultaneously change same variable?</div><div><br></div><div>Sergey</div></div>