Avatar

Level 2

This actually "could" be very simple. I say could because I am not precisely sure of what other effects this could have but if you check the SimpleChatModel and change the node setups within:  protected function onSynchronizationChange(p_event:CollectionNodeEvent) and change the storage scheme from NodeConfiguration.STORAGE_SCHEME_QUEUE to NodeConfiguration.STORAGE_SCHEME_SINGLE_ITEM the chat items won't persisit on the server side. And only the very last message should be in those nodes. I hope that helps a little...

Ves