Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 003074e

Browse files
committed
Fix bug when a client subscribe twice to events coming from the same device server
1 parent 270fd68 commit 003074e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cppapi/client/event.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,7 @@ int EventConsumer::connect_event(DeviceProxy *device,
14961496
{
14971497
AutoTangoMonitor _mon(evt_ch.channel_monitor);
14981498
adm_dev = evt_ch.adm_device_proxy;
1499+
adm_name = evt_ch.full_adm_name;
14991500
}
15001501
}
15011502

0 commit comments

Comments
 (0)