You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During this test I can see that there are memory leaks on web sockets: each DataStore.start() add new web sockets but old ones remain active. In my mind, we should use Starscream 4.0.6 which include this fix: daltoniam/Starscream@d2a9549
This issue was opened by a maintainer of this repository; updates will be posted here. If you are also experiencing this issue, please comment here with any relevant information so that we're aware and can prioritize accordingly.
We're in the process of migrating off AppSyncRealTimeClient package, which has the dependency on Starscream, over to URLSession here #3527 We should retest the memory leak scenario the changes from this PR
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
During this test I can see that there are memory leaks on web sockets: each
DataStore.start()
add new web sockets but old ones remain active. In my mind, we should use Starscream 4.0.6 which include this fix: daltoniam/Starscream@d2a9549Originally posted by @gbitaudeau in #3259 (comment)
The text was updated successfully, but these errors were encountered: