If a custom feed generator had buggy/malicious code that echoed back to the response cursor the same value as the input cursor, this would cause an infinite loop for a client trying to paginate.
This returns an empty cursor if the returned cursor from the feed generator is the same as the one passed to it. That will effectively stop the pagination.
If a custom feed generator had buggy/malicious code that echoed back to the response cursor the same value as the input cursor, this would cause an infinite loop for a client trying to paginate.
This returns an empty cursor if the returned cursor from the feed generator is the same as the one passed to it. That will effectively stop the pagination.