nspcc-dev/neo-go
CLI: configuration reload on SIGHUP is not supported on Windows
開放
#2,352 建立於 2022年2月8日
I3S4U4featuregood first issuehelp wantedwindows
倉庫指標
- 星標
- (132 顆星)
- PR 合併指標
- (平均合併 4天 19小時) (30 天內合併 16 個 PR)
描述
Currently implemented strategy for configuration reload is not supported on Windows. SIGHUP is supported on POSIX-compliant systems, so we may want to think about another way to reload node configuration on Windows (e.g. like https://github.com/nats-io/nats-server/issues/521). Affects the https://github.com/nspcc-dev/neo-go/issues/1949 if we're going to support this feature on Windows.