Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: [NOT A BUG] "Duplicate run found" - is it bug ?  (Read 7732 times)
ag3ntt
Newbie
*
Posts: 1


View Profile Email
« 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.
« Last Edit: August 15, 2009, 08:07:31 by puremvc » Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
Pages: [1]
Print