-
Notifications
You must be signed in to change notification settings - Fork 19
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
[ECO-4687][Protocol-2] Fix duplicate outgoing ATTACH msg #416
Merged
sacOO7
merged 8 commits into
feature/integration-protocol-2
from
fix/duplicate-attach-msg-send
Jul 4, 2024
Merged
[ECO-4687][Protocol-2] Fix duplicate outgoing ATTACH msg #416
sacOO7
merged 8 commits into
feature/integration-protocol-2
from
fix/duplicate-attach-msg-send
Jul 4, 2024
Commits on Jun 24, 2024
-
Refactored logic for sending ATTACH message
1. Send attach only when connection state is CONNECTED 2. Not queue attach message, instead send is immediately on connected 3. Removed use of emitter pattern while clearing attach/detach timers
Configuration menu - View commit details
-
Copy full SHA for a3d9746 - Browse repository at this point
Copy the full SHA a3d9746View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1324a72 - Browse repository at this point
Copy the full SHA 1324a72View commit details -
Refactored implementation for sending ATTACH and DETACH message
1. Moved sending ATTACH msg as a part of separate codebase 2. DETEACH msg will be re-attempted on reconnection if pending timer exist 3. notify_state_change made accessible to channel_state_machine
Configuration menu - View commit details
-
Copy full SHA for 8b9b556 - Browse repository at this point
Copy the full SHA 8b9b556View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2eba50f - Browse repository at this point
Copy the full SHA 2eba50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a973ae - Browse repository at this point
Copy the full SHA 7a973aeView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d37be2f - Browse repository at this point
Copy the full SHA d37be2fView commit details -
1. marked notify_state_change as accessible 2. annotated code with right spec ids
Configuration menu - View commit details
-
Copy full SHA for 07aadbd - Browse repository at this point
Copy the full SHA 07aadbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c55d7 - Browse repository at this point
Copy the full SHA 47c55d7View commit details
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.