firemore icon indicating copy to clipboard operation
firemore copied to clipboard

Not unsubscribing can cause errors in the code?

Open samedhi opened this issue 4 years ago • 0 comments

More than just memory leaks, failing to unsubscribe can actually effect other listeners. Try removing the unsubscribe from the check-for-reference-in-metadata and observe that it will cause later listener's (like those in hydrator) to fail.

Failing to unsubscribe should be a memory leak, but I don't feel that it should cause actual changes in result sets.

samedhi avatar Aug 11 '20 15:08 samedhi