Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 8, 2024

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
31 checks passed
@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