tcldr / Entwine

Testing tools and utilities for Apple's Combine framework.
MIT License
445 stars 26 forks source link

trivially implement send(subscription: Subscription) #8

Closed PaulWoodIII closed 5 years ago

PaulWoodIII commented 5 years ago

for Subject conformance and Xcode11-beta5 support

PaulWoodIII commented 5 years ago

I don't expect this to be merged because it doesn't handle back pressure, something a ReplaySubject may need since it handles both sides of a Reactive pipeline. For the time being this might help others kickstart their efforts to use Beta 5.

tcldr commented 5 years ago

Hi @PaulWoodIII, thanks for submission! I've added a temporary fix. It doesn't support back pressure – but should keep existing code working for time being until I can take a closer look.