pubnub / js-chat

PubNub JavaScript Chat SDK
https://github.com/pubnub/js-chat
8 stars 6 forks source link

Request: Prevent double subscription #176

Open WalrusSoup opened 2 months ago

WalrusSoup commented 2 months ago

Issue: Channel.join will let you join the same channel any number of times.

Proposal: Return or replace the existing subscription if the client calls .join again and the underlying SDK is already connected to that channel.

piotr-suwala commented 1 month ago

Hello. We have acknowledged the issue and will tackle it.