GabrielCappelli

Results 5 comments of GabrielCappelli

Thanks for the responses. The `float('inf')` can do the trick for us with current implementation. I think the only warning with using `inf` is that if you use it on...

I've also migrated from sync gRPC to async gRPC and instrumentation no longer works 😞

I'm having the same issue, passing `--disable-build-servers` to `dotnet build` seems to get it to build again.

Hi @ahopkins, I'm afraid I still see this issue on `22.12.0` This is my info from sanic startup: ``` Sanic v22.12.0 mode: production, single worker server: sanic, HTTP/1.1 python: 3.10.9...

@ahopkins I have added a breakpoint to this line https://github.com/sanic-org/sanic/pull/2615/files#diff-6deec8643e3c922c89e98687d5149d00e86c2b8a051fa5cf47f8ae80c4999ddfR432 The exception that's reaching that line is `RequestCancelled`