Jordan Lewallen
Jordan Lewallen
@nbarrow-inspire-labs i guess I'm a bit confused ...I'm also dealing with a memory leak but I use Supabase in a Node.JS context so it's still affecting me as well, not...
@nbarrow-inspire-labs oh thank you for leading me to the debug option! Yikes, yes, i ran a load test for 45 seconds and it has created 4000+ clients it seems like
For sure! I'll post snippets for now and if needed, can break out a test repo if needed I have a simple k6 load test hitting my endpoint. I use...
@nbarrow-inspire-labs really appreciate your time and insight. I'm going to try the `stopAutoRefresh` in a middleware after the request has completed. My first thing I am trying is to use...
@nbarrow-inspire-labs so i set `autoRefreshToken: false` and it's odd that even that doesn't prevent the leak...I'll give `stopAutoRefresh()` during the next deployment hopefully next week
@nbarrow-inspire-labs After inspecting the source code, I guess I don't understand how calling `stopAutoRefresh` would help in my scenario as the only time this is called is if `autoRefreshTicker` is...
Just wanted to report back but my hunch led me down to a memory issue with unidici, the fetch library used by node in newer versions. There were some mentions...
As capacitor continues to grow, I'd also like to suggest implementing this as well! as of October, @capacitor/core is averaging 83k weekly installs according to npm. Just noting if that...
Would love to see support for subscription transactions in the GraphQL API!
There may be a bigger problem with the library but just so you're aware, the supabase-js client will default to setting values to null when passing an array to upsert....