Hi
I have code like this
tno.Send(10, Target.OthersSaved,1);
tno.Send(10, Target.OthersSaved,2);
tno.Send(10, Target.OthersSaved,3);
As i understand, only last RFC will be saved on server, isn't it?
When a new user join channel he will get only last?
What if i want to save them all and send in correct order?
I see only one way to do it - using multiple RFCs.
Is there another way?