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
CLEANUP/MINOR: add fallback to AddMapEntry during map sync
Improve resilience during runtime map synchronization by checking if `SetMapEntry` fails with an "entry not found" error. If it does, fallback to using `AddMapEntry`. This avoids potential errors and prevents unnecessary reloads when adding new lines to maps.
0 commit comments