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

Pingora-core L4 listen fail(windows) #468

Open
vicanso opened this issue Nov 12, 2024 · 0 comments
Open

Pingora-core L4 listen fail(windows) #468

vicanso opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vicanso
Copy link
Contributor

vicanso commented Nov 12, 2024

Describe the bug

Pingora-core L4 listen fail: cannot find value listen_addr in this scope.

 #[cfg(windows)]
    pub async fn listen(self) -> Result<ListenerEndpoint> {
        Ok(ListenerEndpoint {
            listen_addr,
            listener: bind(&listen_addr).await?,
        })
    }

https://github.com/cloudflare/pingora/blob/main/pingora-core/src/listeners/l4.rs#L308

Pingora info

Please include the following information about your environment:

Pingora version: bdb13a7
Rust version: cargo 1.82.0
Operating system version: e.g. Ubuntu 22.04, Debian 12.4

Steps to reproduce

Please provide step-by-step instructions to reproduce the issue. Include any relevant code
snippets.

Expected results

What were you expecting to happen?

Observed results

What actually happened?

Additional context

What other information would you like to provide? e.g. screenshots, how you're working around the
issue, or other clues you think could be helpful to identify the root cause.

@eaufavor eaufavor added documentation Improvements or additions to documentation bug Something isn't working and removed documentation Improvements or additions to documentation labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants