<div dir="ltr">Hi Cristoph!<br><br>Thanks a lot for the detailed answer!<br><br>Unfortunately, it doesn't work for me (or at least not without a fundamental redesign). The problem is that the process() function has to have its own receive statement, because it may retrieve any number of messages (matching different patterns) that will be processed at the current step. <br>
<br>Of course, this can be solved by buffering messages, but I rather wouldn't do that. It makes the logic much more complex (and it's already not so simple :-)<br><br>Another alternative would be to wrap this process in another one that will pass on messages that will be recognized and discard any others. Or to completely ignore the issue :-)<br>
<br>best regards,<br>Vlad<br></div>