Java/Kotlin automatic resource closing
The Java and Kotlin SDKs now 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.
The Java and Kotlin SDKs now 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.