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
todo: fix nil storage panic and race condition in ID generation
Address PR review feedback:
- WithStorage now panics early if given nil storage
- Replace length-based ID generation with atomic counter to prevent
duplicate IDs under concurrent access
Assisted-By: cagent
0 commit comments