All of a sudden I've started seeing errors whenever I try and run a worker locally. This include a simple "hello-world" worker. When I run it, no requests reach the worker. I added --log-level debug and I see a constant stream of exceptions that look like this:
exception = kj/async-io-unix.c++:1538: disconnected: connect(): Connection refused
As of a couple days ago this all worked fine, so I have no idea what changed. Anyone seen anything like this/have any ideas?