v1.20.1
This commit is contained in:
@@ -694,10 +694,15 @@ public:
|
||||
{
|
||||
cafeConduit_set_by_handle & handle_index=cs.get<by_handle>();
|
||||
cafeConduit_set_by_handle::iterator it_handle;
|
||||
|
||||
it_handle = handle_index.find(handle);
|
||||
|
||||
if (it_handle != handle_index.end())
|
||||
{
|
||||
return (*it_handle).isConnected();
|
||||
//cafeMutex.lock();
|
||||
bool isConnected = (*it_handle).isConnected();
|
||||
//cafeMutex.unlock();
|
||||
return isConnected;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user