NetMQ / NetMQ.ReactiveExtensions

Effortlessly send messages anywhere on the network using Reactive Extensions (RX). Transport protocol is ZeroMQ.
Mozilla Public License 2.0
66 stars 14 forks source link

Add ReplaySubject #12

Open sharpe5 opened 8 years ago

sharpe5 commented 8 years ago

On connection, it will do a request/response to get the previous N items published.

sharpe5 commented 8 years ago

From @somdoron: "You can also consider not using the pub sub pattern. Router dealer with kind of login handshake. Also every new subscriber gets all history messages?"