I am loading server data in my app in endless scroll recyclerView using pagination with retrofit 2 library. But unfortunately after scrolling some page retrofit onFailure method throw a message showing "Unexpected end of stream". This message shows in arbitrary pages. sometimes it shows after scrolling 6 page and sometimes 12 page.And then retrofit doesn't loading anything.
can anyone give some suggestions that work?
you can try