-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Reconnection Logic #43
Merged
gcotelli
merged 65 commits into
release-candidate
from
add-RabbitMQ-client-reconnection-logic
Sep 2, 2024
Merged
Add Reconnection Logic #43
gcotelli
merged 65 commits into
release-candidate
from
add-RabbitMQ-client-reconnection-logic
Sep 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-candidate #43 +/- ##
=====================================================
+ Coverage 58.96% 63.66% +4.69%
=====================================================
Files 90 90
Lines 5598 5977 +379
=====================================================
+ Hits 3301 3805 +504
+ Misses 2297 2172 -125 ☔ View full report in Codecov by Sentry. |
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
2 times, most recently
from
July 27, 2024 03:45
4169541
to
d5d7af5
Compare
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
3 times, most recently
from
July 28, 2024 02:38
f12e539
to
fe491d4
Compare
…r subclasses of it. Push up the publisher's logic to reconnect to RabbitMQClient
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
from
July 29, 2024 19:15
dc75836
to
885cd2d
Compare
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
from
August 13, 2024 13:35
4a26627
to
a417422
Compare
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
from
August 13, 2024 14:02
a417422
to
205408a
Compare
…ng on socket status
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
from
August 27, 2024 19:48
15a7575
to
0b95f62
Compare
…y with pharo older versions
Deprecate older messages
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
from
August 27, 2024 20:12
0b95f62
to
0ef360d
Compare
At the moment of executing the code, that extension is not yet loaded
This fixes the issue pharo-project/pharo#15975 presented in older version of pharo
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
5 times, most recently
from
August 30, 2024 05:12
5fc82a9
to
478e3bb
Compare
jvanecek
force-pushed
the
add-RabbitMQ-client-reconnection-logic
branch
from
August 30, 2024 05:34
478e3bb
to
aca79e7
Compare
gcotelli
approved these changes
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also Upgrade depedencies