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
Hm, indeed there is -n option that allows mutliple instances: https://ss64.com/osx/open.html
Flet uses open to run Flet.app bundle.
Let's make it a bug.
When you run a Flet application, then try to also run another Flet application e.g.
only the first application runs. The second application is blocked because the first one is running.
Ideally it should be possible to run multiple Flet applications on a computer at the same time.
Even Flet executables created with Pyinstaller suffer this same limitation.
The text was updated successfully, but these errors were encountered: