DCD
Normal11mo ago
20 replies
DC

Best practise for clearing realtimearray

I understand that items from realtime array cannot be removed and to clear it I need create a new one. I am using realtime array to send "commands" from a host to a client and need data consistency of the command and it parameters. Since I send one command at a time, I figuire I could create the realtime array each time I want to send the command - is this reasonable, or would I encounter a performance problem?
Was this page helpful?