FLUID-3361: Multiple calls are made to callback supplied to fluid.fetchResources

Metadata

Source
FLUID-3361
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Antranig Basman
Created
2009-11-05T14:01:09.000-0500
Updated
2009-11-13T09:18:08.000-0500
Versions
  1. 1.1.2
Fixed Versions
  1. 1.2
Component
  1. Framework

Description

Currently, the callback supplied to fluid.fetchResources appears to be called n+1 times for a fetch of n resources.

Comments

  • Antranig Basman commented 2009-11-05T14:23:41.000-0500

    A flag has been added to prevent multiple invocations of the callback. Surprising that this has escaped notice so far, since it might well be the source of a lot of performance problems. Test case for this condition has been integrated with the fixed test case for FLUID-3362.

  • Justin Obara commented 2009-11-13T09:18:08.000-0500

    tests seem to be passing