You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! We were using this project to receive some CloudEvents from Knative Eventing and we found a weird behaviour related with high latencies when the client disconnected before the work could be done. We switched to use cloudevents.EventFromHTTPRequest (don't quote me on the name).
I created a reproducer repository with different examples. I hope you find it useful. I would say that the interaction is complex and I'm not sure it is worth fixing (also we may be doing something wrong), however it could be helpful to have this here in case someone else gets the same problem. Here it is the repository with the reproducer servers: