Comment 0 for bug 1412367

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

(This is a regression of Bug #1359177)

Now that unity-scopes-api has switched to using net-cpp in place of QNetwork (Bug #1409995), we are back to waiting on all results to be returned from the SSS before displaying them in a smart scope (This is a limitation on net-cpp at the moment).

net-cpp is in the process of being updated to allow us to process chunked data responses from SSS (lp:~marcustomlinson/net-cpp/on_data_handler) but unfortunately this change breaks the net-cpp ABI, so we can not land such a change at this time.

This should be dealt with as soon as we are able to absorb an ABI breaking update.