eclipse-uprotocol/up-cpp

Subscriber should use topic as source filter when registering a listener

Closed this issue · 2 comments

Source filters will be matched against the message source. By spec, a publish message puts the topic in the source field.

The current implementation of Subscriber places the topic in the sink filter field. This needs to be fixed.

I will take this

Fixed on release branch with PR #243 and #240. Close pending on merge of #243 back to main.