radu-matei / azure-functions-golang-worker

Golang worker for Azure Functions
MIT License
41 stars 6 forks source link

Immediate operation from user function #16

Open radu-matei opened 6 years ago

radu-matei commented 6 years ago

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

radu-matei commented 6 years ago

Added logging in f3c403fe4dbf74b64aedf5ec7c2a042c63131648