fiftyone
fiftyone copied to clipboard
[BUG] `Session.wait()` does not exit
On v0.16.*, Session.wait() does not exit after closing all App connections, which is the expected behavior.
import fiftyone as fo
session = fo.launch_app()
session.wait(1)
# closing the app should exit this in a script
Hey, just wondering if there are any updates on this issue? @benjaminpkane
Hi @PaRowsome. Apologies for missing this. Fixed in v0.17.1