J0vid / MGP_shiny

1 stars 0 forks source link

Are phenotypes getting mixed up on simultaneous requests? #5

Open J0vid opened 3 years ago

J0vid commented 3 years ago

It looks like subsequent phenotype vectors are getting sent back to one user. For example, with 2 simultaneous requests, the first submission will receive the first AND second phenotype vectors. The second submission will correctly receive only the requested vectors.

J0vid commented 3 years ago

I may need to switch the future plan from multisession to multicore in app.R to fix this...