I am using the Tracker Debugger API to access the stream of sessions with a defined limit=1 in the URL but I (now) sometimes get a bunch of sessions in the response. Is this a known problem? As I did not change anything in my code that uses to work as expected a few weeks ago.
Changing the value leads to odd results. Queries with limit=2 can result in 4 sessions, changing the value back to 1 then occasionally works. Very strange. Is that a general problem or am I the only one experiencing such results?
When I change the value for “limit” a few times and run the same request again, I will get the desired number of results at some point but it seems totally random when it works or does not
the request serves to see if there are any sessions with a specific event (the event type used just is an example) and the next block does not expect more than one line as a result.
As it is easy to fix I still would expect the parameter to work as it did and as it is documented, no matter what use case(?)