Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order-dependent failure to execute handler #78

Closed
BioTurboNick opened this issue Nov 15, 2021 · 1 comment
Closed

Order-dependent failure to execute handler #78

BioTurboNick opened this issue Nov 15, 2021 · 1 comment

Comments

@BioTurboNick
Copy link

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.

@BioTurboNick
Copy link
Author

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.

 [18] g_siginterruptible(f::Gtk.GLib.var"#90#92"{Ptr{Gtk.GLib.GValue}, UInt32, Ptr{Gtk.GLib.GValue}, Vector{Any}, Bool, GtkObservables.var"#33#34", Ptr{Any}}, cb::Any)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant