nspcc-dev/neo-go

CLI: configuration reload on SIGHUP is not supported on Windows

开放

#2,352 创建于 2022年2月8日

 (1 条评论) (0 个反应) (0 位负责人)Go (108 个派生)auto 404
I3S4U4featuregood first issuehelp wantedwindows

仓库指标

星标
 (132 个星标)
PR 合并指标
 (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.

贡献者指南