Clivern / Beaver

💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
https://clivern.github.io/Beaver/
MIT License
1.53k stars 83 forks source link

Unsubscribe not working #52

Closed gozeon closed 5 years ago

gozeon commented 5 years ago

Describe the bug the client get channel message after unsubscribe this channel

Development or production environment https://github.com/Clivern/Beaver/releases/download/1.1.1/Beaver_1.1.1_Linux_x86_64.tar.gz

Clivern commented 5 years ago

Can you please share the steps you do or API Calls? since i already checked and works fine and message not delivered in case client unsubscribed from a channel.

gozeon commented 5 years ago

@Clivern Oh, I know, subscribe/unsubscribe other channels, my channel can't be canceled. if so, please close this issue. good luck.

Clivern commented 5 years ago

Actually the backend should be the one responsible for these calls (All calls with api key since this can not be on frontend side).