pubnub / go

PubNub clients for Go
Other
103 stars 62 forks source link

Avoid double escaping of some query params #130

Closed kleewho closed 2 years ago

kleewho commented 2 years ago

It seems that channel list put into query params was double escaped. First when creating the list value itself and then in SetQueryParam.

This could cause problems with all channel groups management operations either with wrong signature or with wrong channels being added to channel group