D15422: [server] Fix remote access buffer handling when output not bound

Roman Gilg noreply at phabricator.kde.org
Tue Sep 11 16:37:42 BST 2018


romangg added a comment.


  At several places only one of two signal spies were waiting, what can lead to flickering tests.
  
  Fixed this with an
  
    if (spy.size() == 0) {
        spy.wait();
    }
  
  on the second spy. Is there a nicer solution?

REPOSITORY
  R127 KWayland

BRANCH
  remoteBufferClientsUnbindOutput

REVISION DETAIL
  https://phabricator.kde.org/D15422

To: romangg, #kwin, #frameworks, davidedmundson
Cc: jgrulich, davidedmundson, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180911/b09cc371/attachment.html>


More information about the Kde-frameworks-devel mailing list