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

Commit a3bc691

Browse files
committed
Fix an event reconnection issue from Tango 9.3.0 and 9.3.1
1 parent 1fd43f9 commit a3bc691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppapi/client/eventkeepalive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ void EventConsumerKeepAliveThread::reconnect_to_zmq_event(EvChanIte &ipos,EventC
456456
}
457457
#endif
458458
event_consumer->connect_event_system(d_name,epos->second.obj_name,epos->second.event_name,
459-
vs,ipos,ecbs,dd,ipos->second.valid_endpoint);
459+
vs,ipos,epos->second,dd,ipos->second.valid_endpoint);
460460

461461
const DevVarLongStringArray *dvlsa;
462462
dd >> dvlsa;

0 commit comments

Comments
 (0)