localnerve/flux-react-example

FluxibleRouteTransformer support mutiple, concurrent requests

Closed this issue · 0 comments

The dynamic action closures in FluxibleRouteTransformer reference params in the original JSON input. This can cause problems while servicing multiple, concurrent requests. Have the dynamic action closures always reference a clone of the params when they are created.