vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

Change $c->request_id when recursing to approot(). (#201) #202

Closed deven closed 2 years ago

deven commented 2 years ago

Use "local" to bypass the attribute accessor and dynamically override the internal $c->{request_id} field during recursive approot() calls, adding 0.01 to the value to avoid overlap with similar values generated by RapidApp::RapidApp::cleanupAfterRequest() for post-processing tasks.