Brian Egan

Results 79 comments of Brian Egan

Interesting problem! Sorry, been super busy the past couple weeks with work and travel. I'll create some test cases soon to play around with the issue and try out some...

@vitusortner I haven't been developing this library as much lately! However, I'm happy to accept PRs if you'd like to take a crack at solving it.

Hi all -- thanks so much to @dmitryelagin -- that is an amazing investigation. I'll be honest, we've tried to use and make FakeAsync work in the past, but it...

Update: I've taken some time to do a prototype of this change. However, when I think about it a bit more, making the suggested change fixes the bugs under FakeAsync...

Heya @shinayser -- a bit of a busy time for me with holidays coming up. I'll hopefully get to it over the break, but no promises.

Hey there -- that's actually the expected behavior of `shareValue`: It will start listening to the source stream when first listened to, then shut everything down when there are no...

Thanks for the feedback, I'll try to rewrite those docs so they're easier to understand. In this case, since we don't have an operator fits your use case perfectly, you...

Yah, there are three types of publish (Connectable Streams in general can be confusing): `publish` (no replay), `publishValue` (replay latest value), `publishReplay` (replay all values up to a max). >...

> I understand your point regarding a big API, I just thought "a buferred broadcast stream" was a common call, as the difference between a single subscription stream and a...

> I was looking at this behavior a bit deeper and I found something curious, if you look into my first post you can see that the StreamBuilder shows a...