mdedetrich commented on PR #1446: URL: https://github.com/apache/pekko/pull/1446#issuecomment-2308384089
So the tests in the PR are now working, I ended up having to use `atLeastOneElementOf` since the feature of `wireTap` is that it will drop elements if the downstream consumer is not ready (rather than back pressuring which is what `alsoTo` does). In other words its possible that in certain test runs one of the elements may be missing, which is intentional behaviour of wireTap. -- 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]
