Skip to content

dsh-remote-relay 0.1.3

Latest

Choose a tag to compare

@JochenYang JochenYang released this 01 Sep 14:27
· 1 commit to main since this release

dsh-remote-relay 0.1.3

Fixed

  • Host reconnect race no longer strands a device as offline: a displaced host
    socket's close (or heartbeat timeout) used to unregisterHost(deviceId)
    unconditionally, wiping the newer host that had just replaced it. With two
    desktop instances flapping on the same deviceId, the relay then had a healthy
    live host socket (ping/pong fine) that phone routes never reached — phone
    requests answered 409 host offline indefinitely. Both teardown paths now
    only unregister when the closing socket is still the device's registered host.

Deploy (relay-server): replace the previous bundle with dsh-remote-relay-0.1.3.tgz (or pnpm build from source) and restart the service.