Open NathanBaulch opened 5 years ago
OK, it looks like this has already been fixed in master
, it's just that the most recent release v0.5.2
is 84 commits behind despite this project having no activity in the last 3.5 years. So I guess I'll try my chances with the latest unreleased code (I also need the unreleased Tuple support). My workaround above still applies if you're using the official release.
I'm trying to implement token based paging in my project's API but it doesn't look like the
page_state
result metadata is exposed byCassandra\Response\Result
. Is there a recommended way to capture this value so my clients can request the next page at a later time?For now I'm using the following hack to work around this: