Lee Campbell

Results 78 issues of Lee Campbell

It would be great to finally create the static code analysis tools that help enforce/catch the Rx Guidelines. - Implementing `IObservable` or `IObserver` - Not disposing - Not providing and...

Show how to wait for one event to occur before attempting another event. Give examples of when this is useful. - Waiting for Config/Permissions to be loaded - Re-executing when...

Create a post that provides a template of how to ask a CMVE question regarding Rx. - Marble diagram - input source via testObservables - some attempt at the query...

This question in SO (http://stackoverflow.com/questions/37687605/rx-net-message-parser) asks a very valid question of how do I parse some stream of bytes into messages based on a set of rules. The rules however...

Create a simple example of a WebSocket server and Client Link solution to http://stackoverflow.com/questions/37374934/observable-using-websocket-receiveasync-aborts-and-cancels-early

Create a sample of how to use Rx with Bluetooth

Create an example of how to use Rx with basic/raw sockets.

There is a fair challenge of the guidance on stackoverflow. http://stackoverflow.com/questions/34675045/should-subscribeon-and-observeon-only-be-invoked-by-the-final-subscriber/34699242?noredirect=1#comment57305296_34699242 Perhaps showing the work executed on the threads as swimlanes or sequence diagrams might help explain the issue. It...

I see often a request for something like a `Buffer(TimeSpan)`, but they also want to have some other trigger that can invoke a flush of the buffer. It seems that...