PGM transport reconciled with subscription forwarding

As PGM is not capable of passing subscriptions upstream,
subscriptions are ignored at sub side and engine subscribes
for all messages on pub side.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-07-11 10:18:30 +02:00
parent d7adc3f19a
commit c7542981d1
3 changed files with 24 additions and 1 deletions

View File

@@ -64,6 +64,10 @@ namespace zmq
private:
// PGM is not able to move subscriptions upstream. Thus, drop all
// the pending subscriptions.
void drop_subscriptions ();
// RX timeout timer ID.
enum {rx_timer_id = 0xa1};