Hi All,
I am new to R and RShiny.
I deployed a basic app, which takes input from user about a table name in hive, and gives first 1000 records for today using a data table.
I have a problem with the session, when more than one user is using the shiny web app, then both users sessions conflict and one of the user have to wait untill other users request is completed.
any suggestions are appreciated.