When we detect that a message queue for a suspended process has filled up, we currently wake it up for a fixed 3 second duration. We should probably just wake it up more deterministically (e.g. by enqueuing a message and waiting for the reply handler to fire). We also should add better logging around what messages are ending up on the message queue when this happens.
<rdar://problem/131274197>
Pull request: https://github.com/WebKit/WebKit/pull/30553
Committed 280728@main (39cca367b0f9): <https://commits.webkit.org/280728@main> Reviewed commits have been landed. Closing PR #30553 and removing active labels.