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

[BUG] cmd_monitor use tokio::signal::unix which do not exist under windows #1114

Open
doubleailes opened this issue Aug 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@doubleailes
Copy link
Contributor

doubleailes commented Aug 22, 2024

Describe the bug
cmd_monitor use tokio::signal::unix which do not exist under windows

To Reproduce
Steps to reproduce the behavior:

  1. make build
  2. get the error
use tokio::signal::unix::{signal, SignalKind};
   |                    ^^^^ could not find `unix` in `signal`

Expected behavior
run make build under windows without error

@doubleailes doubleailes added the bug Something isn't working label Aug 22, 2024
@doubleailes
Copy link
Contributor Author

This PR #1110 should fix it,

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

1 participant