puremvc
|
 |
« Reply #1 on: October 30, 2008, 06:38:30 » |
|
Pretty difficult to say since you don't describe where the Notification came from. Could it be that the actor that sent the note actually sent it twice? Or that the Mediator listed the interest twice and thus was placed on the observer list for that notification twice?
If its not one of the above, I suggest dropping the trace approach and using the debugger. Place a breakpoint on the line where the note is sent and debug the app. When executions stops at your breakpoint, do 'step into' and continue to step through the code until the notification makes its way into the mediator and is handled. Keep stepping and find out what happens.
Hope this helps, -=Cliff>
|