Nancy icon indicating copy to clipboard operation
Nancy copied to clipboard

Backport #2686 to 1.x-WorkingBranch

Open delarocka opened this issue 7 years ago • 4 comments

Prerequisites

  • [x] I have written a descriptive pull-request title
  • [x] I have verified that there are no overlapping pull-requests open
  • [x] I have verified that I am following the Nancy code style guidelines
  • [x] I have provided test coverage for my change (where applicable)

Description

The call to Task.Wait() causes a deadlock on many concurrent requests. This changes the method to do a synchronous copy instead.

Fixes #2781

delarocka avatar Aug 08 '17 13:08 delarocka

"The command 'sudo apt-get update' failed and exited with 100 during". Seems like a problem with CI machine, can i somehow restart a build?

delarocka avatar Aug 14 '17 04:08 delarocka

I restarted it, failed with same error :( i donno what it's doing or why it's failing so someone started than me will need to look at it.

phillip-haydon avatar Aug 14 '17 05:08 phillip-haydon

Any reason why this was not yet merged to 1.x with a new release?

cguedel avatar Sep 17 '18 11:09 cguedel

There was errors on CI build not related to code: The command "sudo apt-get update" failed and exited with 100 during .

delarocka avatar Sep 21 '18 14:09 delarocka