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

Resolve potential deadlocks on Resume/Error #434

Merged
merged 2 commits into from Sep 18, 2020
Merged

Resolve potential deadlocks on Resume/Error #434

merged 2 commits into from Sep 18, 2020

Conversation

MattBrittan
Copy link
Contributor

If the connection was lost while a resume was in progress a deadlock occured. There was also a chance of a deadlock if an error
occured when sending the response to an inbound packet (e.g. an ACK).

This commit also tidies up a few things (mainly logging) and removes unneeded files from the store (sub/unsub when these are not being transmitted).

If the connection was lost while a resume was in progress
a deadlock occured. There was also a chance of a deadlock if an error
occured when sending the response to an inbound packet (e.g. an ACK).
This commit also tidies up a few things (mainly logging).
Signed-off-by: Matt Brittan <matt@brittan.nz>
Signed-off-by: Matt Brittan <matt@brittan.nz>
@alsm alsm merged commit 9e9179e into eclipse:master Sep 18, 2020
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