Tags concurrency

Good afternoon everybody,

Is there some method to associate a mutex to a gateway tag?
To allow each client to write this tag 1 at a time?

thank you

Sorry, no. Lots of failure modes that would be difficult to handle. Consider using gateway message requests and your own client “ownership” logic there.

Thx for help.