dzionek / channels

Flask chatting web-aplications where users can create own channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO works globally instead of privately

dzionek opened this issue · comments

Problem

When Socket.IO emits a message, it is announced on every channel the users are currently on. Instead, the message should only appear for those users who have switched to the sender's channel.

Steps to be taken

Create rooms.