eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
18 stars 25 forks source link

Fixing incorrect interface on the Subscriber ctor #117

Closed gregmedd closed 5 months ago

gregmedd commented 5 months ago

It was taking a callback function, but should only receive a callback handle.