Sorry, but there are no more tags available to filter with.
  • Disposing/Closing of cloned sessions

    we encounter a problem with the parallel usage of sessions. It doesn't matter if it's done with `Task.WhenAll` or `Parallel.ForEach`.
    After Disposing a cloned session, the session is still alive (sleeping). And it doesn't seem that those sessions…