Radu Matei

Results 161 issues of Radu Matei

`panic: http: multiple registrations for /debug/requests` When this is used as vendored, the `init()` function from `x/net` is called multiple times - critical issue moving forward and needs to be...

bug
help wanted

Right now, when there is an out binding, any output data is sent together with the invocation response - in C# (at least) there is the possibility to have data...

enhancement
help wanted
tracking

Right now, logging is only used to showcase vendored dependencies - the logs don't reach back to the Azure Functions Host - they should be sent as a `StreamingMessage`

enhancement

continuous-integration

Right now, for every incoming gRPC message is executed in a new goroutine. We need to investigate the performance, the number of goroutines and to understand the lifetime of goroutines...

help wanted
performance

Starting from https://github.com/Azure/azure-webjobs-sdk-script/issues/2152, the language worker should be able to respond before the entire process gets killed.

enhancement

First of all, there should be tests for function load - they don't require the actual execution of functions (which, for blob triggers might prove to be a little more...

help wanted
good first issue

There is minimum information on root readme about one of the samples. There needs to be info on architecture, how everything fits together, how to add bindings, ...

help wanted
good first issue