CombineCommunity / CombineCocoa

Combine publisher bridges for UIKit
MIT License
1.67k stars 133 forks source link

Fix DelegateProxy to emit values to multiple subscribers #47

Closed TTOzzi closed 3 years ago

TTOzzi commented 3 years ago

Fixes #46

TTOzzi commented 3 years ago

Thanks for the feedback @freak4pc. Committed your suggested changes 😁

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (d293e0b) into main (3fde29a) will increase coverage by 0.38%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   71.17%   71.55%   +0.38%     
==========================================
  Files          28       28              
  Lines         562      566       +4     
==========================================
+ Hits          400      405       +5     
+ Misses        162      161       -1     
Impacted Files Coverage Δ
...ces/CombineCocoa/DelegateProxy/DelegateProxy.swift 100.00% <100.00%> (ø)
...CombineCocoa/DelegateProxy/DelegateProxyType.swift 100.00% <0.00%> (+9.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3fde29a...d293e0b. Read the comment docs.