mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
I didn't notice that the socket is a Unix domain socket, and not a named pipe, so it shows up in the normal Windows filesystem. Since I'm trying to get rid of the `set_current_dir` call at startup, this needs to use a well-known path instead of a relative path. (https://github.com/firezone/firezone/pull/3430/files#diff-8ee58783aeb973dcbf764b93d3038dd0133d981cc0caae8c5429020eb002a52eL62) So I stuck it in `%LOCALAPPDATA%/data/`.  I manually tested and made sure that the crash dump is written when we pass `--crash-on-purpose`, so the client and server are able to reach each other correctly. --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>