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
A Chrome target may crash at anytime for various reasons (e.g. resource exhaustion). We can get an InspectorEvent.targetCrashed in these cases even when events are not explicitly enabled for the InspectorDomain. We should fail every event flow immediately when getting such crash to prevent collectors from hanging indefinitely, as no more events will ever be received anyway.
The text was updated successfully, but these errors were encountered:
A Chrome target may crash at anytime for various reasons (e.g. resource exhaustion). We can get an
InspectorEvent.targetCrashed
in these cases even when events are not explicitly enabled for theInspectorDomain
. We should fail every event flow immediately when getting such crash to prevent collectors from hanging indefinitely, as no more events will ever be received anyway.The text was updated successfully, but these errors were encountered: