PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: ag3ntt on April 24, 2009, 06:57:54



Title: [NOT A BUG] "Duplicate run found" - is it bug ?
Post by: ag3ntt on April 24, 2009, 06:57:54
Hello.

I'm working with PureMVC AS3 port (MultiCore 1.0.5) and i have a problem.

When i send same notification multiple times, each dispatchment of this notification add into flash-debug-console message "duplicate run found:". (each notification runs some my Command which extends SimpleCommand)

Note: each Command is registered to Facade only-once.

Please, is there a way, how to disable this trace-message ?

Thanks.


Title: Re: "Duplicate run found" - is it bug ?
Post by: puremvc on April 24, 2009, 02:53:12
This is not coming from PureMVC. If I had to guess I'd say this is a trace statement coming from either A) your own code, B) a library or component you are using, C) a service you are calling, or D) some wierd bug you'v uncovered in Flash.

Personally I've never seen it.

-=Cliff>