You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Parse Server deployed on Heroku I see quite a few warnings from the Heroku router: H28 Client Connection Idle. The server is the API endpoint for an iOS app.
According to Heroku docs this warning occurs when:
The client did not send a full request and was terminated due to 55 seconds of inactivity. For example, the client indicated a Content-Length of 50 bytes which were not sent in time.
Can this possibly be an issue with the Parse iOS SDK?
Has anyone else experienced this?
Update:
I was able to track this down to a single request type to a specific class. So I guess this is just something in the app logic. I will further investigate this and update here.