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
The bonjour implementation appears to works totally fine from the UI thread in my electron app except it throws exceptions due to the browser implementation of timers not having an unref method.
Adding a simple test if unref is defined to the two lines where it's called resolves this.
Would you take this patch?
The text was updated successfully, but these errors were encountered:
The bonjour implementation appears to works totally fine from the UI thread in my electron app except it throws exceptions due to the browser implementation of timers not having an
unref
method.Adding a simple test if unref is defined to the two lines where it's called resolves this.
Would you take this patch?
The text was updated successfully, but these errors were encountered: