You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been studying the realtime_tools and the recently added RealtimePublisher. On the documentation example, the realtime publisher is declared as a shared_ptr class member, however in the on_configure() method the assignment is from std::make_unique: