-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: handle 'session not found' errors #39
feat: handle 'session not found' errors #39
Conversation
Hi thanks for the pull request! I have some review feedback. Please check it out. |
fd362e2
to
32bcff3
Compare
- MAINTAIN_SESSION_POOL is defaul mode - added THROW_EXCEPTION mode (instead of false/empty)
Thank you for your contribution! |
I will release the next version once I fix the Phpstan errors. |
Hi @taka-oyama Thank you. |
Hi, thanks for the patience. Yes, I will backport it. I couldn't find time this week so I will do it on monday. |
HI @taka-oyama |
Hi. I released v4.1.0 and 3.10.0 (for laravel 8 or below), please check it out. |
Asking google to fix this upstream, so we don't have to do this hack. |
fixes #37
There are a few cases when a 'Session not found' error can
happen:
or anything that doesn't call Spanner frequently enough (more than once an hour).