Files
firezone/website/src
Jamil 164f1976c7 fix(apple): queue path updates onto workQueue (#10896)
Path updates are received on a queue which can be (and is typically) on
a different thread from the one the workQueue runs on. Since we are
sharing instance properties across these two threads, we need to make
sure reads and writes to all properties ideally happen on the same
queue.

Moving `Adapter` to an actor class could solve these issues, but that is
a much larger refactor to be done in #10895 and we'd like to ship this
fix in the next release to verify it fixes our issue.
2025-11-17 16:09:47 +00:00
..
2025-10-16 16:39:16 +00:00
2025-10-16 16:39:16 +00:00