In RStudio Server Pro I can have multiple sessions open at the same time which is great but it seems like these sessions are not independent. If one session is busy then all my other sessions are hung up as well. For example if I run a long database query in one session I'm not able to continue working in that or any other session until the database query returns. Is there any way around this?
Thanks!