Radu Matei
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...
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...
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`
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...
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.
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...
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, ...