nspcc-dev/neo-go

CLI: configuration reload on SIGHUP is not supported on Windows

オープン

#2,352 opened on 2022/02/08

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (108 件のフォーク)auto 404
I3S4U4featuregood first issuehelp wantedwindows

Repository metrics

Stars
 (132 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド