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
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
I've already seen older issues about this case when using Redis backed store #911 and supposedly it has been fixed with PR #1141 but it seem's there is an reversion because the bug is still around.
The fix in the PR if applied to current code seem's to fix the issue.
If the code
I've already seen older issues about this case when using Redis backed store #911 and supposedly it has been fixed with PR #1141 but it seem's there is an reversion because the bug is still around.
The fix in the PR if applied to current code seem's to fix the issue.
If the code
line in the route_info.go is removed and added after route_info.go as
, without the
defer
it works.
I've tested this fix with
FilesystemStore
and with a custom
SQLiteStore
The text was updated successfully, but these errors were encountered: