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
Right now the DBusPreviewer code in Workbench starts the Vala previewer in a seperate process and then waits for the connection to be established. The code then assumes the D-Bus object that the previewer registers then also exists.
An issue arises when the object is for some reason not registered fast enough. I'm running into this issue at the moment with the Python previewer, which is slower to register the object than the JS code is at trying to access the object.
The text was updated successfully, but these errors were encountered:
theCapypara
changed the title
DBusPreviewer does not wait for the previewer to register it's D
DBusPreviewer does not wait for the previewer to register it's D-Bus Object
Oct 21, 2023
theCapypara
changed the title
DBusPreviewer does not wait for the previewer to register it's D-Bus Object
DBusPreviewer does not wait for the previewer to register its D-Bus Object
Oct 25, 2023
Right now the DBusPreviewer code in Workbench starts the Vala previewer in a seperate process and then waits for the connection to be established. The code then assumes the D-Bus object that the previewer registers then also exists.
An issue arises when the object is for some reason not registered fast enough. I'm running into this issue at the moment with the Python previewer, which is slower to register the object than the JS code is at trying to access the object.
The text was updated successfully, but these errors were encountered: