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
Now that the effect of handle.unref() has been localized to a zone, the debug server no longer works because we were relying on .unref() having global effect. This was a hack.
The proper way to do this would be to unref the entire zone that hosts the debug/inspect server.
The text was updated successfully, but these errors were encountered:
Now that the effect of handle.unref() has been localized to a zone, the debug server no longer works because we were relying on .unref() having global effect. This was a hack.
The proper way to do this would be to unref the entire zone that hosts the debug/inspect server.
The text was updated successfully, but these errors were encountered: