I have recently added a leakcanary to my project to trace the leaks. So during the request to server using okhttp3
I got the leak of 8mb saying that
Anonymous implementation of okhttp3.Callback
So I am wondering is this from the okhttp3 or I am doing something wrong?