fiftyone icon indicating copy to clipboard operation
fiftyone copied to clipboard

[BUG] `Session.wait()` does not exit

Open benjaminpkane opened this issue 3 years ago • 1 comments

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

benjaminpkane avatar Jun 20 '22 23:06 benjaminpkane

Hey, just wondering if there are any updates on this issue? @benjaminpkane

PaRowsome avatar Jun 30 '22 15:06 PaRowsome

Hi @PaRowsome. Apologies for missing this. Fixed in v0.17.1

benjaminpkane avatar Oct 03 '22 14:10 benjaminpkane