-
Notifications
You must be signed in to change notification settings - Fork 86
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
Network Mux Close #3121
Merged
Merged
Network Mux Close #3121
Commits on May 10, 2021
-
It is useful to tag each job, so we can get statistics on each group or cancel threads that belong to each group seprately.
Configuration menu - View commit details
-
Copy full SHA for d3621d0 - Browse repository at this point
Copy the full SHA d3621d0View commit details -
network-mux: introduce MonitorCtx
This prepares for additional context terms needed by the monitor loop.
Configuration menu - View commit details
-
Copy full SHA for 20c37d1 - Browse repository at this point
Copy the full SHA 20c37d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2435c11 - Browse repository at this point
Copy the full SHA 2435c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a385b1 - Browse repository at this point
Copy the full SHA 2a385b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15dc048 - Browse repository at this point
Copy the full SHA 15dc048View commit details -
Configuration menu - View commit details
-
Copy full SHA for f36dbc3 - Browse repository at this point
Copy the full SHA f36dbc3View commit details -
network-mux: removed MuxCleanShutdown
It is not a clean shutdown if mux stops while any mini-protocol is still runing.
Configuration menu - View commit details
-
Copy full SHA for ea9ed11 - Browse repository at this point
Copy the full SHA ea9ed11View commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d07b393 - Browse repository at this point
Copy the full SHA d07b393View commit details -
ouroboros-network-framework: fixed mux test
The `socket error during receive` test was failing, because it closed the socket before mux started. Add a lock which makes sure that mux is running when we close the socket.
Configuration menu - View commit details
-
Copy full SHA for a4a4c59 - Browse repository at this point
Copy the full SHA a4a4c59View 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.