gemini
gemini copied to clipboard
Tokens are getting stuck in `Inflight` state
Current flow is such that only place where token is getting released from the inflight state is validation :
if stmt.ValuesWithToken != nil {
defer func() {
g.ReleaseToken(stmt.ValuesWithToken.Token)
}()
}
It is needed to make it work properly