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
I need to investigate further, but I'm observing that if I add a work-heavy handler to an Observable, subsequent handlers for the same Observable may never run.
The text was updated successfully, but these errors were encountered:
I haven't resolved the ordering part, but the root problem was that exceptions thrown are being swallowed and not printed. There's a try/catch handler here that I think might be involved. I'll move this over to Gtk.jl though.
I need to investigate further, but I'm observing that if I add a work-heavy handler to an
Observable
, subsequent handlers for the sameObservable
may never run.The text was updated successfully, but these errors were encountered: