View Issue Details

IDProjectCategoryView StatusLast Update
0003370unrealircdpublic2008-12-10 09:38
Reportertotalsolid Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.6 
Summary0003370: Weird behavior with event system
DescriptionI 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

Activities

Stealth

2007-05-29 16:25

reporter   ~0014243

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?

totalsolid

2007-05-29 17:26

reporter   ~0014244

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.

syzop

2007-09-05 16:04

administrator   ~0014757

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...

syzop

2008-12-10 09:37

administrator   ~0015438

never been able to reproduce this...

Issue History

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 stskeeps 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