Closed CoenraadS closed 6 months ago
Attention: Patch coverage is 60.00000%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 91.75%. Comparing base (
f2904b0
) to head (0eed28b
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
RabbitMQ.Stream.Client/StreamSystem.cs | 60.00% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks!
@CoenraadS are you able to test this change in your environment, since you can reproduce the issue?
Yes, the documentation sample now works for me.
A test failed in the pipeline: ConsumerShouldReceiveDelivery, but locally it passes for me.
A test failed in the pipeline: ConsumerShouldReceiveDelivery, but locally it passes for me.
Yes, sometimes it fails on the CI. I need to check why!
@CoenraadS thank you very much!
When a loopback address is specified, use it directly instead of using
localhost
. Because DNS resolution onlocalhost
may resolve to IPV6 (::1
), although the user may have expected an IPV4 loopback address (127.0.0.1
).Resolved #374 & #375