LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

resources: whenAllWereReplaced not always called #52

Closed x1B closed 9 years ago

x1B commented 9 years ago

If multiple handlers have been registered for the same resource topic (e.g. through multiple features using the same actual resource), the waitingFor state will only be cleared for the first handler once the resource has actually been received.

x1B commented 9 years ago

Fixed on master (v1.1.0) and release-1.0.x (v1.0.1).