Skip to content

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

@doubleailes

Description

@doubleailes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions