mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The complexity refactor added async dispatcher chains that inserted extra microtasks before message handlers ran, and wrapped the stream event switch in an await that fired between emitState and dispatchStream. Two tests regressed on both counts. Route to the matching dispatcher synchronously and skip the await when the stream handler has no async work.