Hello,
I have an issue. Writing to QValueSpaceItem is very slow as if something has blocked the executing. Here is the code:
void QCommDeviceController_Private::bringUp()
{
if (!m_sock)
return;
m_sock->write("UP\r\n");
}
There is no contentChanged signal for a long time.
Is there anyone having the same issue? How to fix it?
Bookmarks