Make sure that BaseWorker deletes the thread when is finished.
Implemented ClientManager so it can manage the usb and wireless threads. Impelmented better mutex logic on CmaClient. Execute the cma events in a different thread so the event listener is available. Code refactoring. Fix memory leaks in threads. Updated readme.
This commit is contained in:
@@ -31,7 +31,7 @@ bool DeviceCapability::exchangeInfo(vita_device_t *device)
|
||||
|
||||
if(vita_info.protocolVersion > VITAMTP_PROTOCOL_MAX_VERSION) {
|
||||
qWarning("Vita wants protocol version %08d while we only support %08d. Attempting to continue.",
|
||||
vita_info.protocolVersion, VITAMTP_PROTOCOL_MAX_VERSION);
|
||||
vita_info.protocolVersion, VITAMTP_PROTOCOL_MAX_VERSION);
|
||||
}
|
||||
|
||||
QString hostname = QHostInfo::localHostName();
|
||||
|
Reference in New Issue
Block a user