Bug Report
The getDeviceInterests method does not implement the pagination protocol used by the handler
Reproduction Steps
Call getDeviceInterests on a device that has > 100 subscriptions
Expected Result
All device interests should be returned
Actual Result
Only the first 100 interests (the first page) will be returned
Bug Report
The
getDeviceInterestsmethod does not implement the pagination protocol used by the handlerReproduction Steps
Call
getDeviceInterestson a device that has > 100 subscriptionsExpected Result
All device interests should be returned
Actual Result
Only the first 100 interests (the first page) will be returned