You could also trigger a clientside function ( triggerClient() ) with the data you are wanting to show as a parameter, whether it be multiple parameters or one parameter as an array
You could also trigger a clientside function ( triggerClient() ) with the data you are wanting to show as a parameter, whether it be multiple parameters or one parameter as an array
I'd say Zeek's suggestion is the better choise, by using an array for messages that are read and updated clientside automatically.
__________________
Follow my work on social media post-Graal:
I'd say Zeek's suggestion is the better choise, by using an array for messages that are read and updated clientside automatically.
This would require a constant clientside timeout to check for entries in that array though. I still prefer the triggerClient() method, and it's also what I used on Era.