Skip to content

Always disconnect streams

David Redondo requested to merge work/davidre/cleanup into master

When the stream creation is not finished, disconnecting will fail. We have to defer disconnecting until the stream is ready. Setting the callbacks to nullptr was treating a symptom, if the stream is freed they are also unset. BUG:439347 FIXED-IN:5.22.3

Merge request reports