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 sent as the function is executing, and the ability to actually check for any errors while still being in the function.
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 sent as the function is executing, and the ability to actually check for any errors while still being in the function.
The same should(?) be true for logs - related #3