Closed gidsi closed 3 years ago
I've found the leak, apparently the http client does not close idle connection by itself (not even if the scope is left). And since we have to instantiate on every check it caught us big time.
Nice find 🙂
I've found the leak, apparently the http client does not close idle connection by itself (not even if the scope is left). And since we have to instantiate on every check it caught us big time.