He-Pin commented on issue #2261: URL: https://github.com/apache/pekko/issues/2261#issuecomment-4576369665
The `LateConnectSpec` "must be established after initial lazy restart" timeout (waiting for `ping2`) is addressed on `main`: - \`880b0075d\` — fix: Fix virtualized dispatcher shutdown ordering (#2925) That change wraps the `ping2`/`ping3` `expectMsg` assertions in `awaitAssert(..., 20.seconds)` so the message send is retried rather than waited on once, removing the lazy-restart race. Suggest closing as fixed — please reopen if it recurs on latest `main`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
