nspcc-dev/neo-go
CLI: configuration reload on SIGHUP is not supported on Windows
Aberta
#2.352 aberto em 8 de fev. de 2022
I3S4U4featuregood first issuehelp wantedwindows
Métricas do repositório
- Stars
- (132 estrelas)
- Métricas de merge de PR
- (Mesclagem média 4d 19h) (16 fundiu PRs em 30d)
Description
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.