-
Konduit v0.1.0-beta.9 Pre-Release
released this
2026-07-20 12:43:49 +00:00 | 3 commits to master since this releaseBeta 9 — TUN Device Recreation Fix
Fixed
Client fails to reconnect after the TUN adapter is dropped
If the TUN reader/writer task exited (e.g. the WinTun adapter was dropped on
Windows), the client would try to reuse the dead adapter on the next
reconnect instead of recreating it. The client's persistent state now tracks
the TUN task'sJoinHandleand checksis_finished()before each reconnect
attempt; if the task has exited, persistent state is reset so the next
connect builds the TUN device from scratch.Notes
This release also fills in the beta.8 Linux CLI build, which was missing
from the previous release's binaries.Downloads