Nicolas Schneider

Results 55 comments of Nicolas Schneider
trafficstars

`await` can be used on `Future` as well as on `T` directly, i.e. it is perfectly fine to `await` a synchronous value (it will be wrapped into a Future under...

I probably can't set up such an easy to reproduce setup, since I run this distributed across multiple workers + target VMs in Google Cloud Platform (without a load balancer,...

This is most likely caused by nginx's default of `keepalive_time 1h`, which closes down a connection after 1 hour during the next request processing. This is also why our first...

Also, this will be backend dependent. I don't think you can easily re-use a precompiled header across multiple VS projects in a solution, but I'll gladly review a PR implementing...