rubycdp / ferrum

Headless Chrome Ruby API
https://ferrum.rubycdp.com
MIT License
1.68k stars 119 forks source link

ref: Get rid of concurrent async #432

Closed route closed 6 months ago

route commented 6 months ago

We can easily workaround async with queue and a thread and btw simplify the subscriber. Swallowing errors is not good, closes #395, #396