pubnub / javascript

PubNub JavaScript SDK docs https://www.pubnub.com/docs/sdks/javascript
Other
553 stars 401 forks source link

pubnub.push.listChannels only return 500 channels MAX #341

Open mitul-patel-aub opened 1 year ago

mitul-patel-aub commented 1 year ago

const res = await pubnub.push.listChannels({ device: string, pushGateway: string, environment: string, topic: string })

console.log(res.channels.lenght) // only return 500 max

there is no mentioned of any paginations in docs if exist WHY ???????????????????????????????????????????????????????????

This is hilarious