Skip to content

E3-610: Set STREAM_PROTOCOL_PATH

Simon Rose requested to merge e3_610_set_stream_protocol_path into master

Note that any module that depends on StreamDevice will load it first using handleDependencies which is called before we add the _DB paths. So if a module depends on StreamDevice, this will be accurately caught; moreover, if StreamDevice is not loaded, then we don't bother setting this path.

Merge request reports