PIVector reshape and etc...

This commit is contained in:
2021-07-16 14:11:55 +03:00
parent 040eb3b279
commit 856a9b80ea
5 changed files with 76 additions and 236 deletions

View File

@@ -127,8 +127,8 @@ const DispatcherClient * DispatcherServer::getServer(int index) {
map_mutex.lock();
if (index >=0 && index < clients.size_s()) {
tmp = clients[index];
if (index_c_servers.contains(tmp)) ret = tmp;
}
if (index_c_servers.contains(tmp)) ret = tmp;
map_mutex.unlock();
return ret;
}