Max
Max
Thanks for the answer! - As for subscription: so, I just noticed the difference, before upgrading the subscription was filled on servers' side, now - not. You changed something to...
- It does not change anything. Before upgrade without resetting api state there was no memory leak on server. After upgrade it is even if I reset api state. -...
- But I'm not using any hydration for a moment - Server: create store - make api request - render on server' side with the state with released query -...
So, yes, I have found, that with 1.9.7 memory also leaks. If it is not too intrusive, can I send you snapshots for comparison? I afraid, that I can not...
And leaking starts from 1.9.6: 1.9.5 - no memory leak 1.9.6 - memory leaks
No problem, will do it ASAP. Thanks!
Hi! So, I have found a problematic commit: https://github.com/reduxjs/redux-toolkit/issues/3716 (56ac6133c94fb71f259eaeee912410defc16f24b) Before this commit - no memory leak After - memory leaks Change from: ```typescript const request = new Request(url, config)...
Hi again! Just want to check if my last message was clear and I want to know your thoughts about this issue. Thanks!
It's ok :) Happy belated new year! Just clarified for myself. Yes, local patching is not a problem for me. May be I will try to offer some global solution,...
Hi! Sorry for so late response. Yes, server is running HMR and after changing something on client side server renders old version of the content and should be restarted if...