ulixee / hero

The web browser built for scraping
MIT License
649 stars 32 forks source link

fix: disable auto-shutdown of idle connections #199

Closed blakebyrnes closed 1 year ago

blakebyrnes commented 1 year ago

A legacy of our old model of automatically shutting down idle connections was still present in ConnectionToHeroClients. I've changed this so that you have to explicitly register that you'd like to disconnect "idle" connections via a Core property. As this behavior is only desirable in a "hosting" situation, I've left it undocumented for now.