pubnub / js-chat

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

Feat: Channel Groups #184

Open WalrusSoup opened 3 weeks ago

WalrusSoup commented 3 weeks ago

I think that auto-managed channel groups should be added to this SDK.

When an inbound message is received, wrapping the callback with a function to move that channel out of the channel group and subscribe to it would be nice. As of right now, if we want to start having lots of connections we need to frankenstein things together and manage it outside the chat-sdk.

I think this is within scope of the project.

piotr-suwala commented 1 week ago

Hey, @WalrusSoup!

I'll get back to you with this.