Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
Add Instance Documentation
@graywolf336 commented on Wed Apr 11 2018
Add documentation which states that storing items in memory inside of the App is not recommended at all because a Rocket.Chat server can have several instances and each server has its own instance of an app. If the data, such as confirmation for context, needs to be shared between the different instances then the persistence accessor needs to be used.
Added to our doc roadmap as a recipe "Managing internal state"