There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
All. Interesting. I am wondering about Tim's question. So reading the Wait on Notification from Muliple indicates this snippet could cause deadlock. If possible, the Wait...with Notifier History function would be the better choice.
'Wait on notification from multiple' will fire when one of the notifiers receives a message. It will then supply an array of all the current notifications. On some occasions the other notifier has squeezed in before the 'Wait...' actually fires. In this case there are two notifications.
You have a race condition in that fact that you cannot guarantee which notifications will be sent and in what order before the Wait On Multiple Notifications is called.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5