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
{{ message }}
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
It works great when a plurk only has only a few responses (roughly less than 100).
But as the amount of responses grew, memory got drained dramatically. With a bit testing, I found out that it needs about 1G of memory to be able to retrieve 500 responses successfully and than call delegate method - (void)plurk:(ObjectivePlurk *)plurk didRetrieveResponses:(NSDictionary *)result.
Is there a way to solve this issue? Thanks in advance.