Closed nyannyacha closed 2 months ago
Squash and merge please
:tada: This PR is included in version 1.58.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.58.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
What kind of change does this PR introduce?
Bug fix
Description
It seems that the path to calling
thread::unpark
was enabled when eszip content became possible to load asynchronously.The current inspector implementation upstream doesn't like it when
park
is called at a certain stage ofpoll_session
and then immediately unparked. This results in reachingunreachable!
, which causes panic.Related Links
Reported-by: @daniel-sc