mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
This change gives CLI users a 'stop' command to shutdown a daemon. - Server side gRPC boilerpate was added to :proto and :daemon. - When the new GrpcShutdownService accepts a 'stop' request from the CLI, it calls UserThread.runAfter(BisqHeadlessApp.getShutDownHandler(), 500, MILLISECONDS); - Method help file 'stop-help.txt' was added to :core. - Client side gRPC boiler plate and 'stop' implementation was added to :cli. |
||
---|---|---|
.. | ||
main | ||
test/java/bisq/daemon/grpc/interceptor |