pubnub / dart

PubNub Dart SDK
Other
28 stars 15 forks source link

pubnub.batch.countMessages() cant work with AccessManager #27

Open alecxandrys opened 3 years ago

alecxandrys commented 3 years ago

pubnub.batch.countMessages() don't pass auth in QueryParam in this request. Result: 403 status code in response, if Access Manager is active.

It is not important which type of param i use,Map<String,Timetoken> ofList<String>. But if i make request manually by http service, it works normally.