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

event/internal: Unbind calls now take the current reset of the bus #208

Merged
merged 1 commit into from Jun 5, 2022

Conversation

Implausiblyfun
Copy link
Contributor

When returning unbindthisbind we previously did not take into account the bus reset count.
Now we will succesfully remove the bind as long as the bus has not already been reset between the unbind call and unbind's go channel's resolution.

@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2022

Codecov Report

Merging #208 (9e53a7e) into master (e4df7da) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #208   +/-   ##
=======================================
  Coverage   94.98%   94.98%           
=======================================
  Files         143      143           
  Lines        6344     6344           
=======================================
  Hits         6026     6026           
  Misses        287      287           
  Partials       31       31           
Impacted Files Coverage Δ
event/internal.go 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@200sc
Copy link
Contributor

200sc commented Jun 5, 2022

Will merge once all the runners have finished their tests and cut v4.0.1

@Implausiblyfun Implausiblyfun marked this pull request as draft June 5, 2022 17:21
@Implausiblyfun Implausiblyfun marked this pull request as ready for review June 5, 2022 17:21
@200sc 200sc merged commit 3325adc into master Jun 5, 2022
@200sc 200sc deleted the fix/unbindcaller-resetcount branch June 11, 2022 15:57
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

3 participants