Hi, question about in memory state: - According to the docs, DO could be evicted from memory and los
Hi, question about in memory state:
- According to the docs, DO could be evicted from memory and losing its in memory state, I would like to know how often this happens. I am trying to fit an usecase of DO with websockets for board game sessions without writing to persistent storage because: 1. it's expensive at scale, 2. the state is temporary anyways.
0 Replies