Skip to content

Feat: Add missing virtual functions

Mikhail Karnevskiy requested to merge feat/add_virtual_methods into master

@tim.schoof

Several functions of worker are called from streamer. Most of these functions are defined in the worker class. This MR adds missing functions, which are called in the streamer but was not defined in the worker.

Merge request reports