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
This code is invoked because of GrowthBook finalizer.
Don't know if the GC can collect the context before running the finalizer code and is causing this issue. Not sure what else can turn the context to an invalid state.
Expected Behavior
Don't panic
Current Behavior
panic
The text was updated successfully, but these errors were encountered:
Summary
When under high load, sometimes I get this error
Here is the library code where the panic is generated:
This code is invoked because of GrowthBook finalizer.
Don't know if the GC can collect the
context
before running the finalizer code and is causing this issue. Not sure what else can turn the context to an invalid state.Expected Behavior
Don't panic
Current Behavior
panic
The text was updated successfully, but these errors were encountered: