Skip to content

Commit 6b4b1bb

Browse files
committed
Try different named pipe server / read separation
1 parent 2596890 commit 6b4b1bb

File tree

2 files changed

+106
-363
lines changed

2 files changed

+106
-363
lines changed

crates/datadog-serverless-compat/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ pub async fn main() {
6767
let dd_api_key: Option<String> = env::var("DD_API_KEY").ok();
6868

6969
// Windows named pipe name for DogStatsD.
70-
// Can be either a simple name (e.g., "dd_dogstatsd") or a full path (e.g., "\\.\pipe\dd_dogstatsd").
71-
// The DogStatsD server will normalize a simple name to the full path format.
7270
let dd_dogstatsd_windows_pipe_name: Option<String> = {
7371
#[cfg(windows)]
7472
{

0 commit comments

Comments
 (0)