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

fixed ipc leak (#277) #281

Merged
merged 1 commit into from
Jun 12, 2018
Merged

fixed ipc leak (#277) #281

merged 1 commit into from
Jun 12, 2018

Conversation

debris
Copy link
Contributor

@debris debris commented Jun 12, 2018

backports to parity-1.11 branch

* fixed ipc connection leak, closes #275

* fixed indentation

* fixed broken pipe issue in tests

* empirical tests fixes

* fix tests

* fix tests

* fix tests

* move ipc start_signal.send after the incoming.for_each

* log ipc traces on travis

* keep writer in memory as long as possible

* select_with_weak

* remove redundant thread::sleep

* test session end

* fixed race condition in test_session_end
@@ -172,7 +172,9 @@ impl<M: Metadata, S: Middleware<M>> ServerBuilder<M, S> {
})
})
.filter_map(|x| x)
.select(receiver.map_err(|e| {
// we use `select_with_weak` here, instead of `select`, to close the stream
Copy link
Contributor

Choose a reason for hiding this comment

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

👍🏿

@debris debris merged commit c8e6336 into parity-1.11 Jun 12, 2018
@debris debris deleted the backports-to-1.11 branch June 12, 2018 16:25
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.

3 participants