Takeshi Yoneda
Takeshi Yoneda
sorry @jamesmulcahy I will take a look at this within next 24 hrs..
yeah actually this is a valid request, but the current ABI does not have something like delete_shared_data so this needs a ABI change. cc @PiotrSikora
I image we could delete a data when `set_shared_data("key", nullptr)` but this would change the behavior in the way that we couldn't have "empty data" in the shared data.
sg! I would appreciate it if you could give it a shot. Thanks!
> does this code fail open? hi @dippynark, that's a good question. actually it does fail open. As of now, Go SDK doesn't support host calls to close streams in...
yeah let's leave this open until then. Thanks!
@mandarjog it's now supported in cpp-host https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/68, and it's upstreamed to Envoy's master branch https://github.com/envoyproxy/envoy/pull/13606
Given that this is going to be a lot of work and the spec is unstable, work on this later
This really depends on the upstream work in TinyGo: https://github.com/tinygo-org/tinygo/issues/1879 stay tuned!
@sanfern this is fairly simple to implement so I intentionally deprioritize this in my list so that others can contribute. We welcome your contributions.