Closed (fixed)
Project:
Chatroom
Version:
4.7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Jan 2007 at 04:20 UTC
Updated:
5 Feb 2007 at 19:00 UTC
Jump to comment: Most recent file
Users are shown leaving the chat even if they are still actively updating the message pane.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | chatroom_2.patch | 774 bytes | darren oh |
Comments
Comment #1
darren ohChat Room by default updates the message pane every 5 seconds. So if someone doesn't update within a 5-second period, it assumes they have left the chat. Obviously, if the update request is delayed, Chat Room will falsely report that the user has left.
A temporary solution would be to replace the 5 on line 1093 of chatroom.module with a larger number. The ideal solution would be to use the update frequency for the room and increase it by an amount of time that would account for delayed requests.
Comment #2
darren ohTemporary fix applied in CVS commit 52649.
Comment #3
(not verified) commented