Closed belak closed 2 months ago
As far as I can tell, the RunningSession returned by run_stream is only a handle to a running task, and will not kill the task when dropped as the documentation implies.
RunningSession
run_stream
Thanks! The behaviour was changed but I forgot to update the doc :+1:
@all-contributors add @belak for docs
@Eugeny
I've put up a pull request to add @belak! :tada:
As far as I can tell, the
RunningSession
returned byrun_stream
is only a handle to a running task, and will not kill the task when dropped as the documentation implies.