When a durable object hibernates, all memory is cleared. So in your case the store would vanish comp

When a durable object hibernates, all memory is cleared. So in your case the store would vanish completely (and so it's fine to reattach listeners). Anything you want to persist across hibernations should be put in the DO persistent storage, either via the classic KV API or the new SQLite API.
Was this page helpful?