| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…osoft#3144)" This reverts commit 86d3004.
…elled Cancelling __aenter__ left the driver process and the transport tasks running with no owner, so the driver died with EPIPE once the interpreter exited. - tear down via __aexit__ when startup fails or is cancelled - allow PipeTransport.request_stop() before the driver has spawned Fixes: microsoft/playwright#42296
| Back | FazBrowse Home | New Git URL |
Summary
Alternative to #3177, which keeps #3144 and instead makes its abort path survive loop shutdown.
Fixes microsoft/playwright#42296