Vlad Gorlov

Results 41 comments of Vlad Gorlov

Another possible reason I faced – not closed Redis connection. ```js afterAll(async done => { globalRedisClient.unref(); done(); }); ```