chatty icon indicating copy to clipboard operation
chatty copied to clipboard

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

Open DevGW opened this issue 9 years ago • 2 comments

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

DevGW avatar Dec 06 '16 17:12 DevGW

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'

john-lanticse avatar Sep 01 '17 11:09 john-lanticse

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

anujrajgarg12 avatar Jan 18 '19 17:01 anujrajgarg12