0 vote
Hi,
experimenting with Open-RDMSession function, I learned, that it's not possible to pass on several IDs at once, like:
So, if I want to open several sessions, I need to call the function several times. Doing this, I found that, if called three times without pause, only the first one is opened. I had to also add a two second pause to get all three sessions opened. Example:
This doesn't work. Only the first session is opened, the next two are "lost"...
This does work, but is slow bacause of the necessary 2 seconds sleep.
I suggest to improve the function, so it (ideally) accepts a list of IDs. Also, it should work asynchronously. I.e. create processes to open each session, so the function call is fast regardless of how long actually opening a session takes.
Hi,
We will add to the TODO list the possibility to give to the parameter ID a list of session IDs to open.
Thank you for your feedback.
Best regards,
Olivier Désalliers