Quote:
Originally Posted by Stefan
Yes, not sure if it should be supported. When you have complex data then just assign it one time to the client./clientr. variable so that it's not sent ten times to the client.
|
Does this mean that data is being sent to the client (or multiple clients when it comes to attr[] values) upon every single assignment?
I'd have imagined it would be happening just the one time at the end of the script process to avoid this.