Ben Christensen

Results 56 comments of Ben Christensen

@tmontgomery If you have some time, your input on this would be very helpful.

Proposed removal in #489

Pretty late in catching this, but it seems worth exploring if there's any opportunity here if it's not too late to do so. cc @nebhale @stevegury Perhaps we could discuss...

> They might need to bring RxJava inside the browser. I believe @jhusain is likely the the best to comment on this. https://github.com/tc39/proposal-observable is an example of where this has...

As @yschimke mentioned, we actually did try to be more specific earlier in this project with different specialized interactions and found it confused people. At this time I think the...

1) Fire-and-forget Far less state machine logic than channel as it doesn't need cancel or flow control, and has no response 2) Request/Response Could be done with channel over the...

This code also doesn't build on many Mac machines. I have to comment it out to compile. ```cpp //DEFINE_string( // rs_use_protocol_version, // "", // "override for the ReactiveSocket protocol version...

@somasun any ideas on this?

Is this still needing to be done after the recent refactoring?

A stream can be terminated in these ways: - closed (normal successful termination) - APPLICATION_ERROR (normal application failure termination) - REJECTED - CANCELED (unlikely that we'll use this) - INVALID...