Rework network client callback pipeline - route callbacks from clients through ResourceManager so that device list callbacks get called. Fixes remote devices not showing up in plugins.
This commit is contained in:
parent
94370c24a8
commit
d88f9979a9
8 changed files with 81 additions and 56 deletions
|
|
@ -45,6 +45,12 @@ NetworkClient::~NetworkClient()
|
|||
StopClient();
|
||||
}
|
||||
|
||||
void NetworkClient::ClearCallbacks()
|
||||
{
|
||||
ClientInfoChangeCallbacks.clear();
|
||||
ClientInfoChangeCallbackArgs.clear();
|
||||
}
|
||||
|
||||
void NetworkClient::ClientInfoChanged()
|
||||
{
|
||||
ClientInfoChangeMutex.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue