FluxibleRouteTransformer support mutiple, concurrent requests
Closed this issue · 0 comments
localnerve commented
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.