mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +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. |
||
---|---|---|
.. | ||
src/main/proto |