We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to resolve this: #10 (comment)
One more thing, I think go ff's handling of function output and return error is more reasonable. What if send fails? Here're more refs: automatically set http ret code based on function error code https://github.com/OpenFunction/functions-framework-go/blob/main/runtime/knative/knative.go#L66 encapsule function output into context: OpenFunction/functions-framework-go@f1e311b/runtime/runtime.go#L134 return error in function when send fails or other errors occur : https://github.com/OpenFunction/samples/blob/main/functions/knative/with-output-binding/sender.go#L23
One more thing, I think go ff's handling of function output and return error is more reasonable. What if send fails? Here're more refs:
The text was updated successfully, but these errors were encountered:
webup
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Try to resolve this: #10 (comment)
The text was updated successfully, but these errors were encountered: