Quote:
Originally posted by GoZelda
As Kai said, it's the best to not put a timeout inside another event. And with timeout in another timeout i mean:
if (timeout){
timeout = 1;
}
for an infinite loop.
|
Dude, I didn't say anything like that, and that wouldn't create an infinite loop in the traditional sense. Timing out every x seconds is often essential, and certainly not something to shy away from.