I'm trying to set sessionDependentItems to true on the SimpleChat history node so the chat is cleared when everybody has left the room.
But when I do theres only a single item in the node which gets updated on new chat messages. No new items are created.
That's not what I expect to happen - am I wrong ?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Thanks for finding this out. There was a bug on our side in dev console which will be fixed in the next drop that is coming soon.
Now, for the time being what you can do is when you change sessionDependant property, go to DevConsole and then to Explore tab and in NodeConfiguration Panel, click Storage and make sure that the storage scheme is Queue and not anything else. If it's not Queue, select Queue Radio Button and then Ok and you should be fine.
The Storage scheme used to get reset to single item(default) when you change the sessionDependantItems and therefore, you were seeing just one item with value itemID as item.
Thanks
Regards
Hironmay Basu
Views
Replies
Total Likes
Does the dev console also shows that single item in the chat node ? Open a dev console after everyone leaves and session ends and then open the console and check whether the item is still there, and is it the same item always( any details on what the item is will be helpful).
Thanks
Hironmay Basu
Views
Replies
Total Likes
When sessionDependentItems is true on the history node there is only one item in the node named "item".
When sessionDependentItems is false there are several items named 0, 1, 2...etc.
The items themselves look the same
Views
Replies
Total Likes
Hi,
We've received another report of the simpleChat history node acting funky
when you change the nodeConfiguration - we'll have a look into this and
hopefully be able to fix it for the next release.
thanks for the report!
nigel
Views
Replies
Total Likes
Hi,
Thanks for finding this out. There was a bug on our side in dev console which will be fixed in the next drop that is coming soon.
Now, for the time being what you can do is when you change sessionDependant property, go to DevConsole and then to Explore tab and in NodeConfiguration Panel, click Storage and make sure that the storage scheme is Queue and not anything else. If it's not Queue, select Queue Radio Button and then Ok and you should be fine.
The Storage scheme used to get reset to single item(default) when you change the sessionDependantItems and therefore, you were seeing just one item with value itemID as item.
Thanks
Regards
Hironmay Basu
Views
Replies
Total Likes
Yep, that does the trick.
Thanks
Views
Replies
Total Likes
Hi,
Just a heads up, the issue has been fixed in dev console and the new build is coming very soon.
Thanks
Hironmay Basu
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies