Closed urmahp closed 1 year ago
I will have to dig into why the consumer test is failing, as it hasn't been failing locally, so I am converting this PR to a draft for now.
Base: 74.59% // Head: 77.45% // Increases project coverage by +2.86%
:tada:
Coverage data is based on head (
58b1d84
) compared to base (1853580
). Patch coverage: 96.37% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I found the issue. Since the consumer is running in a thread sometimes the consumer wasn't started when the message was send to the client and therefore the test failed, this has been fixed with a retry mechanism, so the message is resend to the client if the first one wasn't consumed.
This add tests for
Fixed check size in bin parser, so that it works with starndard data types
Added recconection time variable to TCP socket, this will control the time in between connection attempts if the server is unavailable.