Just to clarify my understanding after reading a bunch of documentation: if we want a property that anybody can observe, we would use
ConflatedBroadcastChannel
, correct?
g
groostav
01/30/2019, 10:33 PM
So I've spent a good deal of time with this type and I really don't like it. I just cant accept that we dont leverage either the type system or exceptions to ensure we don't lose messages, so I'm using this little thing: https://gist.github.com/Groostav/2976cffaee572e2cf2b3eb1c6220ea82
oh, and then I simply have properties like that exposed as
RecieveChannel<T>
, and have callers figure out how they want to broadcast it