RemoteInspector's thread for receiving socket data was processing messages via non-blocking RunLoop::iterate(). Since the commit https://github.com/WebKit/WebKit/commit/58887089c1f99919a7879162547ec7cf53548bbe replaced iterate() with cycle(), it is no longer possible to receive sockets. We need a function that spins RunLoop without blocking the thread, so I propose that the RunLoop::iterate() be reinstated.
Pull request: https://github.com/WebKit/WebKit/pull/11909
Committed 262188@main (677a38a7599f): <https://commits.webkit.org/262188@main> Reviewed commits have been landed. Closing PR #11909 and removing active labels.
<rdar://problem/107294258>
Regressed: Bug 256028 – REGRESSION(262188@main) [Win] TestWTF.WTF_RunLoop.DispatchInRunLoopIterationDispatchesOnNextIteration1 is failing