So what should i do any ideas
How do i use setTimeout for a chat system
Collapse
X
-
-
you have to live with that issue ... what is the problem? max time between the appearing of the message after send is 7seconds ... to reduce it you might poll every second ... ? isn't that enough? with a webpage-based chat-client you don't have stateful connections and you cannot push the messages ...Comment
Comment