Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat feature #8

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Chat feature #8

wants to merge 15 commits into from

Conversation

IgorChalenko
Copy link
Owner

No description provided.

@IgorChalenko IgorChalenko requested a review from alg June 19, 2021 08:22
class PollChannel < ApplicationCable::Channel

def subscribed
stream_from "poll_channel"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't differentiate between poll channels here. All your poll chats will have the same channel for messaging. You should be using poll ID to differentiate.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a simple chat functional, i'm trying to understand how it works, and how js works with rails.

app/controllers/invites_controller.rb Show resolved Hide resolved
app/controllers/invites_controller.rb Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants