Hi,
I just have a small question: say I have two models, both with publish timeout intervals configured. After some time, one model's publish timeout handler is called. Could it be that the model's publish timeout handler is called during the handling of the previous model's timeout handler? Or will this be handled one by one, the next one waiting until the previous one is fully done? I'm asking this because I have such two models in which both publish timeout handlers access a single linked list and I'm wondering if I'm required to add some kind of 'critical section' logic to cope with access from multiple handlers simultaneously.
Thanks!
Kind regards,
Mathias