View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003370 | unreal | ircd | public | 2007-05-29 12:18 | 2008-12-10 09:38 |
| Reporter | totalsolid | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | unable to duplicate | ||
| Product Version | 3.2.6 | ||||
| Summary | 0003370: Weird behavior with event system | ||||
| Description | I wrote a module which send a random message every minute.But a user trying to connect more than 3-4 times, after he connect, module send messages every 5-10 seconds.I don't know why this happening but happening.I am also tried to use with client event but same.(created a sptr->event with Event *event) | ||||
| 3rd party modules | |||||
|
|
Wasn't this discussed in #Unreal-Devel, and Stskeeps said it was because Unreal only processes such things when users are active to save CPU? |
|
|
Those are two different case but they are alike.At first the 'every' value being slipped.But now it's not.After a few try the 'every' value being decreased.I meant for first: if 30 seconds -> 25 - 27 - 13 etc.But know if 30 seconds -> (after a few connecting) 5-2-2 i hope you can understand me. |
|
|
eh, i've never heard/experienced such a bug... shame we removed the /stats thing for displaying events btw. are you sure your code is right? if it's a persistent loop (forever every 30s) then you should only add an event once, and then never again. just making sure... |
|
|
never been able to reproduce this... |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-05-29 12:18 | totalsolid | New Issue | |
| 2007-05-29 16:25 | Stealth | Note Added: 0014243 | |
| 2007-05-29 17:26 | totalsolid | Note Added: 0014244 | |
| 2007-05-30 04:47 |
|
Status | new => feedback |
| 2007-09-05 16:04 | syzop | Note Added: 0014757 | |
| 2008-12-10 09:37 | syzop | QA | => Not touched yet by developer |
| 2008-12-10 09:37 | syzop | U4: Need for upstream patch | => No need for upstream InspIRCd patch |
| 2008-12-10 09:37 | syzop | Status | feedback => closed |
| 2008-12-10 09:37 | syzop | Note Added: 0015438 | |
| 2008-12-10 09:38 | syzop | Resolution | open => unable to duplicate |