nkprasad12 / dnd

Web application for TTRPGs.
MIT License
1 stars 0 forks source link

Make updates for each board on a different socket namespaces #123

Open nkprasad12 opened 3 years ago

nkprasad12 commented 3 years ago

With real time editing now enabled, we may run into some unexpected behavior if everything is sending messaged on the board namespace. It would be cleaner if each board only sends updates on the namespace that it specific to it.