mirror of
https://github.com/monero-project/monero.git
synced 2025-11-29 07:16:43 -05:00
Fix delayed exit when syncing
This commit is contained in:
parent
c36cb54340
commit
3f7d6fb57d
6 changed files with 49 additions and 4 deletions
|
|
@ -654,6 +654,7 @@ namespace nodetool
|
|||
template<class t_payload_net_handler>
|
||||
bool node_server<t_payload_net_handler>::send_stop_signal()
|
||||
{
|
||||
m_payload_handler.stop();
|
||||
m_net_server.send_stop_signal();
|
||||
LOG_PRINT_L0("[node] Stop signal sent");
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue