maccman / holla

Holla! - Rich JavaScript Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chats not persisting. Roster not working

sebouh opened this issue · comments

commented

In Holla 2 messages don't reappear on reloading a page. Also unable to load a Roster or have multiple people join a channel.

Sounds like you're getting 500s when messages are being created - any error msgs?
Roster not supported yet, although I plan to have that soon. You should be able to have multiple people join a channel - what's the error?

Cheers,
Alex

On 30 Mar 2011, at 23:11, sebouh wrote:

In Holla 2 messages don't reappear on reloading a page. Also unable to load a Roster or have multiple people join a channel.

Reply to this email directly or view it on GitHub:
#11

commented

I'm actually getting no errors when messages are created, in fact the log
shows that they're inserted into the messages table. I think the problem
occurs when loading new messages. When I reload the page, the messages
don't reappear, but I see them in the javascript files.

I haven't figured out how to have multiple people join a channel.. When I
open the app in 2 browsers, existing channels don't appear in the 2nd
browser and I start from scratch.

thanks

On Thu, Mar 31, 2011 at 2:14 AM, maccman <
reply@reply.github.com>wrote:

Sounds like you're getting 500s when messages are being created - any error
msgs?
Roster not supported yet, although I plan to have that soon. You should be
able to have multiple people join a channel - what's the error?

Cheers,
Alex

On 30 Mar 2011, at 23:11, sebouh wrote:

In Holla 2 messages don't reappear on reloading a page. Also unable to
load a Roster or have multiple people join a channel.

Reply to this email directly or view it on GitHub:
#11

Reply to this email directly or view it on GitHub:
#11 (comment)

When the message insert, i can't any code for juggernaut. no publish and no subscribe for juddgemaut.

commented

in Holla 2, juggernaut is not broadcasting messages to the client. Messages
are correctly sent to Rails and saved in the db, but juggernaut doesn't show
any activity when this occurs

On Fri, Apr 1, 2011 at 5:09 PM, lolomarx <
reply@reply.github.com>wrote:

When the message insert, i can't any code for juggernaut. no publish and
no subscribe for juddgemaut.

Reply to this email directly or view it on GitHub:
#11 (comment)

Give it another shot - just updated holla and juggernaut.

On Mon, Apr 4, 2011 at 2:07 PM, sebouh <
reply@reply.github.com>wrote:

in Holla 2, juggernaut is not broadcasting messages to the client. Messages
are correctly sent to Rails and saved in the db, but juggernaut doesn't
show
any activity when this occurs

On Fri, Apr 1, 2011 at 5:09 PM, lolomarx <
reply@reply.github.com>wrote:

When the message insert, i can't any code for juggernaut. no publish and
no subscribe for juddgemaut.

Reply to this email directly or view it on GitHub:
#11 (comment)

Reply to this email directly or view it on GitHub:
#11 (comment)

Alex MacCaw

(415) 513-0975
@maccman

http://alexmaccaw.co.uk | http://www.leadthinking.com | http://socialmod.com

commented

Ok.. checking it out.. a lot has been fixed. When the user x's a channel, connection to the server is lost and messages are no longer sent to rails. I will look out for any other issues. Could you explain the structure of the rails app, like how the front end gets loaded and where to find javascript code for key actions?