Skip to content

fix(dgw): better custom recording paths handling in heartbeat endpoint#1097

Merged
CBenoit merged 1 commit intomasterfrom
DGW-218
Nov 8, 2024
Merged

fix(dgw): better custom recording paths handling in heartbeat endpoint#1097
CBenoit merged 1 commit intomasterfrom
DGW-218

Conversation

@CBenoit
Copy link
Member

@CBenoit CBenoit commented Nov 8, 2024

On Windows, the std::fs::canonicalize function returns Windows NT UNC paths, but our code detecting the mount point does not understand that.
We use dunce to handle that for us instead.

Issue: DGW-218

On Windows, the std::fs::canonicalize function returns
Windows NT UNC paths, but our code detecting the mount point does not
understand that.
We use dunce to handle that for us instead.
@CBenoit CBenoit enabled auto-merge (squash) November 8, 2024 10:09
@CBenoit CBenoit merged commit c1d047c into master Nov 8, 2024
@CBenoit CBenoit deleted the DGW-218 branch November 8, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants