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
This might be a technical limitation, but my app sometimes opens 2 or more instances of itself and they all have to "merge" into the main window. The "onSecondWindow" callback gets called only once. The only fix I've found for this is adding a random sleep at the beginning of the app's lifecycle, which is probably some of the worst code I've written in a while.
The text was updated successfully, but these errors were encountered:
This might be a technical limitation, but my app sometimes opens 2 or more instances of itself and they all have to "merge" into the main window. The "onSecondWindow" callback gets called only once. The only fix I've found for this is adding a random sleep at the beginning of the app's lifecycle, which is probably some of the worst code I've written in a while.
The text was updated successfully, but these errors were encountered: