Skip to content

Commit

Permalink
Fix bug with IceStrom subscriber observers
Browse files Browse the repository at this point in the history
(cherry picked from commit 371b4e9)
  • Loading branch information
externl committed Dec 7, 2023
1 parent 1314ece commit 668549c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/src/IceStorm/Subscriber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -978,10 +978,10 @@ Subscriber::Subscriber(
if(_instance->observer())
{
_observer.attach(_instance->observer()->getSubscriberObserver(_instance->serviceName(),
rec.topicName,
rec.obj,
rec.theQoS,
rec.theTopic,
_rec.topicName,
_rec.obj,
_rec.theQoS,
_rec.theTopic,
toSubscriberState(_state),
0));
}
Expand Down

0 comments on commit 668549c

Please sign in to comment.