Hello. Looking to understand a little more about the lifecycle of a durable object. In the construct
Hello. Looking to understand a little more about the lifecycle of a durable object. In the constructor of the durable object class, I want to create a store and then add a listener to it. What I'm trying to figure out is how to properly clean up the listener. It's my understanding that if the do hibernates and wakes back up, it will run the constructor again. Do I need to worry about removing that listener? Is there a method I can override to include code to remove the listener? Thanks in advance.



