You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to get all the channel members.
I call pubnub.get_channel_members().channel(channel_id).page(page).sync() .
I get the following error:
It happens due to PNPage class having getter for hash method:
The same issue is present everywhere, where pagination is applied with .page(page).
The text was updated successfully, but these errors were encountered:
I would like to get all the channel members.


I call
pubnub.get_channel_members().channel(channel_id).page(page).sync()
.I get the following error:
It happens due to PNPage class having getter for hash method:
The same issue is present everywhere, where pagination is applied with .page(page).
The text was updated successfully, but these errors were encountered: