Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Proxy object does not exit cleanly. #39

Open
robputt opened this issue May 4, 2016 · 1 comment
Open

Proxy object does not exit cleanly. #39

robputt opened this issue May 4, 2016 · 1 comment

Comments

@robputt
Copy link

robputt commented May 4, 2016

When used in some circumstance the proxy object does not clean itself up in a sensible manor, for example if you create a proxy global object in Flask or Django, use it for the duration of the request and then kill it during request tear down the response queue remains indefinitely until the application is recycled.

Proposed fix: Add a destructor to the proxy class to clean up proxy objects in a suitable fashion.

@robputt
Copy link
Author

robputt commented May 4, 2016

Hi @ceelian,

Hopefully this makes sense. Let me know if it requires any refactor.

Best Regards,

robputt796

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant