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

fix(network): closing the mDNS connection upon stopping the network #508

Merged
merged 1 commit into from Jun 15, 2023

Conversation

b00f
Copy link
Collaborator

@b00f b00f commented Jun 14, 2023

Description

The mDNS service was not closed after stopping the network. This PR addresses this issue by implementing the necessary closure. Additionally, it aims to resolve a random test failure that occurs in GitHub Actions, particularly on Windows. An example of such failure can be found at: https://github.com/pactus-project/pactus/actions/runs/5255419093/jobs/9495309402

@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Merging #508 (e41a9a2) into main (1787d9f) will increase coverage by 0.10%.
The diff coverage is 40.00%.

@@            Coverage Diff             @@
##             main     #508      +/-   ##
==========================================
+ Coverage   82.95%   83.05%   +0.10%     
==========================================
  Files         154      154              
  Lines        7305     7307       +2     
==========================================
+ Hits         6060     6069       +9     
+ Misses        961      954       -7     
  Partials      284      284              

@b00f b00f force-pushed the mdns-stop branch 3 times, most recently from 20beefe to 0ccc651 Compare June 14, 2023 16:33
@themantre themantre merged commit d0474b1 into pactus-project:main Jun 15, 2023
11 of 12 checks passed
@b00f b00f deleted the mdns-stop branch June 15, 2023 05:21
@b00f b00f changed the title fix: closing the mDNS connection upon stopping the network fix(network): closing the mDNS connection upon stopping the network Jun 17, 2023
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.

None yet

2 participants