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
In the relatively short period of time when the databroker browers was in xicam.gui, I spent some time trying to make it so that searching a catalog for runs didn't block xicam's main thread, and gave some notice to the user in the status bar about what was going on, with a progress bar (what I did needed improvement, for sure.) Now that it's back to using bluesky-widgets, I'm seeing some issues with the new bluesky-widgets code in xicam.
While waiting for a mongo server timeout to occur, I see two issues:
xicam is locked up, which indicates to me that something is blocking the main thread
when the timeout does occur and control comes back xicam, the catalog selection dropdown does not re-enable, making it hard to try a different catalog.
same locking issue when the user clicks "Open" on a catalog
The text was updated successfully, but these errors were encountered:
I believe that #27 addresses the first two items. The third item is still in the Xi-CAM layer; the bluesky-widgets component does not provide any Open button.
In the relatively short period of time when the databroker browers was in xicam.gui, I spent some time trying to make it so that searching a catalog for runs didn't block xicam's main thread, and gave some notice to the user in the status bar about what was going on, with a progress bar (what I did needed improvement, for sure.) Now that it's back to using bluesky-widgets, I'm seeing some issues with the new bluesky-widgets code in xicam.
While waiting for a mongo server timeout to occur, I see two issues:
same locking issue when the user clicks "Open" on a catalogThe text was updated successfully, but these errors were encountered: