I have developed an application using rendr and just noticed some strange behaviour under load. After some testing I've discovered that it seems the App object is not unique per request and my bugs was caused by attaching state to the App, which seems to be globally unique. My understanding was that it is suppose to be unique per request on the server side. Unfortunately I can't remember where I saw that, but if my understanding is incorrect or if maybe this behaviour was changed from a previous version it would be great if someone could clarify.
Thanks.
I have developed an application using rendr and just noticed some strange behaviour under load. After some testing I've discovered that it seems the App object is not unique per request and my bugs was caused by attaching state to the App, which seems to be globally unique. My understanding was that it is suppose to be unique per request on the server side. Unfortunately I can't remember where I saw that, but if my understanding is incorrect or if maybe this behaviour was changed from a previous version it would be great if someone could clarify.
Thanks.