Penn Laws
Penn Laws
@xvrh This code will crash the app. Execute this command "chrome.exe --remote-debugging-port=9222" before execute following code please. ``` dart import 'dart:convert'; import 'dart:io'; import 'package:puppeteer/puppeteer.dart'; final httpClient = HttpClient(); main(List...
A very small change to address this issue [https://github.com/dart-lang/webdev/pull/2143](https://github.com/dart-lang/webdev/pull/2143)
I also encountered the same problem. Once a request is initiated, the TCP connection will always exist and will not time out and close.