websocket reconnection and memory leak cleanup#172
websocket reconnection and memory leak cleanup#172InboraStudio wants to merge 1 commit intolmstudio-ai:mainfrom
Conversation
okay so websockets weren't reconnecting on failures and channels were leaking memory when cleanup failed. added auto retry with exponential backoff (3 tries by default) and made the cleanup methods more defensive so they don't crash on errors anymore. basically just making this more resilient for long running apps
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
|
I have read the CLA Document and I hereby sign the CLA |
|
okay so websockets weren't reconnecting on failures and channels were leaking memory when cleanup failed. added auto retry with exponential backoff (3 tries by default) and made the cleanup methods more defensive so they don't crash on errors anymore. basically just making this more resilient for long running apps yeah |
okay so websockets weren't reconnecting on failures and channels were leaking memory when cleanup failed. added auto retry with exponential backoff (3 tries by default) and made the cleanup methods more defensive so they don't crash on errors anymore. basically just making this more resilient for long running apps yeah