system.tag.writeBlocking VS system.tag.write, When should I use writeBlocking?

Technically the closest thing to system.tag.write would be system.tag.writeAsync as it will not block the script waiting for the write to finish.

2 Likes