Skip to content
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

Check the entity status during the close #353

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Conversation

Gsantomaggio
Copy link
Member

Check the entity status when is closed on the disconnection. When the entity is closed normally and there is some network problem the client could receive an closed unexpected even the entity is closed normally. A double check helps to handle this edge case

Check the entity status when is closed on the disconnection.
When the entity is closed normally and there is some network problem the
client could receive an closed unexpected even the entity is closed normally.
A double check helps to handle this edge case

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (66b9cab) 92.01% compared to head (fd2eb73) 92.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #353      +/-   ##
==========================================
+ Coverage   92.01%   92.17%   +0.15%     
==========================================
  Files         116      116              
  Lines       11719    11728       +9     
  Branches      910      916       +6     
==========================================
+ Hits        10783    10810      +27     
+ Misses        726      711      -15     
+ Partials      210      207       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Gsantomaggio Gsantomaggio marked this pull request as ready for review February 7, 2024 13:53
@Gsantomaggio Gsantomaggio merged commit dd8a4ce into main Feb 7, 2024
2 checks passed
@Gsantomaggio Gsantomaggio deleted the condition_on_close branch February 7, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant