From c7542981d18b13b251d5a3129f1ec7ba24aeb9a1 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 11 Jul 2011 10:18:30 +0200 Subject: 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 --- src/pgm_receiver.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pgm_receiver.hpp') diff --git a/src/pgm_receiver.hpp b/src/pgm_receiver.hpp index 825e0c1..aa010dd 100644 --- a/src/pgm_receiver.hpp +++ b/src/pgm_receiver.hpp @@ -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}; -- cgit v1.2.3