@Max the issue happens if you call stream.stop() and after that you call session.disconnect().
If you call first stream.stop() and after that session.disconnect() then it crashes.
It should work both ways, right? :-?
Also, makes more sense to stop the stream and then disconnect from the session?