Files
netbird/client
Zoltan Papp aa1c194c32 Protect Android Client state with RWMutex
config, cacheDir and connectClient were written in Run/RunWithoutLogin
on a background Thread and read from the UI thread (Networks) and the
TUN looper thread (RenewTun) with no synchronization. A Stop->Run cycle
could race with a concurrent DebugBundle or Networks call.
2026-04-19 22:03:24 +02:00
..
2023-05-18 19:47:36 +02:00