Make _S3Responder
clean up resources on __del__
#76
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
There was a bug in Synapse (matrix-org/synapse#13660) where we didn't correctly call
_S3Responder.__exit__
, and so the resources were not correctly cleaned up (leading to threadpool exhaustion).To help mitigate this we should add a
__del__
that clears the resources (if not done already) and logs an error.The text was updated successfully, but these errors were encountered: