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
I was losing my hair trying to figure out why I couldn't pass anything through the request context to the function, but I eventually discovered that the ctx passed to invoke is not used 🤦🏻
I was losing my hair trying to figure out why I couldn't pass anything through the request context to the function, but I eventually discovered that the
ctx
passed toinvoke
is not used 🤦🏻See here: https://github.com/inngest/inngestgo/blob/main/handler.go#L1120C1-L1121C1
I'll submit a PR to fix.
The text was updated successfully, but these errors were encountered: