Closed nicky1525 closed 11 years ago
The problem might be related to timers. We should probably create a
timer for each writing user.
Yeah, that's right. We need to instantiate a separate timer for each
user; a global timer
object is not useful anymore. Let's remove it.
The problem might be related to timers. We should probably create a timer for each writing user.