Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Skip the async_run call in NetworkConnectionPublisherService #2849

Merged
merged 2 commits into from
Jun 5, 2018

Conversation

mfranciszkiewicz
Copy link
Contributor

Resolves #2834

@etam
Copy link
Contributor

etam commented Jun 5, 2018

I think it would be cleaner to pass a bool to LoopingCallService.__init__ that determines whether _run is called in the main or separate thread.

@codecov
Copy link

codecov bot commented Jun 5, 2018

Codecov Report

Merging #2849 into b0.16.0 will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           b0.16.0   #2849      +/-   ##
==========================================
+ Coverage       90%     90%   +<.01%     
==========================================
  Files          186     186              
  Lines        16220   16222       +2     
==========================================
+ Hits         14598   14601       +3     
+ Misses        1622    1621       -1

@mfranciszkiewicz
Copy link
Contributor Author

Refactoring LoopingCallService is not in the same scope as fixing this bug.

Copy link
Contributor

@maaktweluit maaktweluit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Would propose to make an new issue to be solved later for @etam s idea!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants