https://bugs.kde.org/show_bug.cgi?id=492455
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/5007cb | |10b15407752394ffd74de7d0991 | |6162ceb Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Harald Sitter <sit...@kde.org> --- Git commit 5007cb10b15407752394ffd74de7d09916162ceb by Harald Sitter. Committed on 15/11/2024 at 14:35. Pushed by sitter into branch 'master'. kns: do not force finish streams that aren't finished it breaks result streaming. specifically what happened is that the new kns resultstream tech introduces some delays in the event processing so results arrive a couple loop cycles later than previously which meant they would arrive after the (discover-side) stream was already finished and as such the results just got ignored. stop finishing streams early. should the backend turn out invalid we'll finish the stream then (pre-existing code). M +0 -1 libdiscover/backends/KNSBackend/KNSBackend.cpp https://invent.kde.org/plasma/discover/-/commit/5007cb10b15407752394ffd74de7d09916162ceb -- You are receiving this mail because: You are watching all bug changes.