mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
1154085632
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 |