mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
check and update addressbook subscriptions
This commit is contained in:
parent
3f314d8355
commit
7b5e8a9661
3 changed files with 83 additions and 8 deletions
|
@ -77,10 +77,12 @@ namespace client
|
|||
m_BOBCommandChannel->Start ();
|
||||
LogPrint("BOB command channel started");
|
||||
}
|
||||
m_AddressBook.StartSubscriptions ();
|
||||
}
|
||||
|
||||
void ClientContext::Stop ()
|
||||
{
|
||||
m_AddressBook.StopSubscriptions ();
|
||||
m_HttpProxy->Stop();
|
||||
delete m_HttpProxy;
|
||||
m_HttpProxy = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue