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 messages not updating and message not appearing for sender after send #12

Open
DevGW opened this issue Dec 6, 2016 · 2 comments
Open

Comments

@DevGW
Copy link

DevGW commented Dec 6, 2016

Chat messages not updating and message not appearing for sender after send

@john-lanticse
Copy link

I get this error.

ActionView::Template::Error (Failed to open TCP connection to localhost:9292 (Connection refused - connect(2) for "localhost" port 9292)):
1: <% publish_to @path do %>
2: var id = "<%= @conversation.id %>";
3: var chatbox = $("#chatbox_" + id + " .chatboxcontent");
4: var sender_id = "<%= @message.user.id %>";
app/views/messages/create.js.erb:1:in `_app_views_messages_create_js_erb__2562125052130828748_47059060794580'

@anujrajgarg12
Copy link

you have to start the faye server # rackup private_pub.ru -s thin -E production to faye server

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

No branches or pull requests

3 participants