Skip to content

remove all streams on session end, so that logging into a not created stream...

Jonathan Ehret requested to merge feature/fix-logging-and-allow-closing into develop
  • fix that when logging into a stream of a previous editor session (without closing the editor in between) all logged data of that session is deleted and overwritten with the new logged data.
  • remove all streams on session end, so that logging into a not created stream while editor is open does not accidently delete everything logged in the session before.

Merge request reports