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
During development I noticed that the language didn't change sometimes. It was due to having multiple instances of a open during hot code push.
To reproduce:
Open two browser windows (same browser), set a language
Update client code to cause hot code push / refresh
Try changing language in both
Result: i18n-db does not update strings on setLanguage in one or both windows. i18n is fine; it's just i18n-db that's not updating.
Not a major concern right now, just keep it in mind during development!
The text was updated successfully, but these errors were encountered:
IstoraMandiri
changed the title
Doesn't seem to work in Chrome 41 Incognito
Multiple Session Instances + Hot Code Push prevents language changing
Mar 4, 2015
During development I noticed that the language didn't change sometimes. It was due to having multiple instances of a open during hot code push.
To reproduce:
Result: i18n-db does not update strings on
setLanguage
in one or both windows. i18n is fine; it's just i18n-db that's not updating.Not a major concern right now, just keep it in mind during development!
The text was updated successfully, but these errors were encountered: