-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
I created a demo chat app (link) from the code available at nowjs.org. Everything works as expected initially. But if I leave the window open for few hours I am simply unable to send any message. There is no http
or ws
request being sent to the server. I get the following error in browsers javascript console. Tried different browsers, result is the same. is it that nowjs kills the connection after a specified period of time?
Uncaught TypeError: Object #<Object> has no method 'distributeMessage'
now.receiveMessagepagescript.js:5
d.event.handlejquery.min.js:16
d.event.add.m.k.handle.m
If I refresh the page or open the page in another tab things resume as normal.
This might be a possible duplicate of issue #145 but not sure.
Metadata
Metadata
Assignees
Labels
No labels