Hi,
The local variables of my thread are losing their values after I wait for a queue message.
I had to declare all variables as static to solve the problem.
As the thread function never returns, I as expecting that the local variables would retain their values.
is my assumption wrong?