I am trying to do a dual monitor screen recording by combining screen1 and screen2 in Canvas. I am using vue and electron to do this. But I always got a memory leak, after I troubleshoot my code and narrow the problem. I found that this simple code causes a memory leak, but until now I could not find out
Tag: memory-leaks
Warning: connect.session() MemoryStore is not designed for a production environment, as it will leak memory, and will not scale past a single process
Good day guys here is my code : this code always returns on my log a : Warning: connect.session() MemoryStore is not designed for a production environment, as it will leak memory, and will not scale past a single process. i tried googling about it but i don’t seems to understand some tutorials . Sorry for my bad english. Answer