Oct 28, 2024

Java/Kotlin automatic resource closing

Tomer Aberbach

Software Engineer

The Java and Kotlin SDKs automatically prevent accidental memory leaks. If a user forgets to close an HTTP response or client, then it will be automatically closed when it becomes phantom reachable.