Skip to content

1.0.2

Latest

Choose a tag to compare

@slashedio slashedio released this 11 Sep 10:37
· 1 commit to main since this release
  • Fix: the server exited when a harness restarted it while the previous process was still
    releasing the port (Claude Desktop does this in the same millisecond), so the new process
    saw EADDRINUSE and then ECONNRESET on the peer dial. start() now retries for up to 5 s.