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
There is no point in supporting stream since our current WASM query handler returns a single message. We should either support both or migrate everything to a single message request response.
The text was updated successfully, but these errors were encountered:
The current WASM query implementation registers all services as
streams
substreams-sink-kv/server/wasm/server.go
Lines 32 to 42 in 622a3eb
Irrelevant of the
proto
specificationsubstreams-sink-kv/server/wasm/testdata/wasmquery/test.proto
Lines 7 to 12 in 622a3eb
There is no point in supporting
stream
since our current WASM query handler returns asingle message
. We should either support both or migrate everything to asingle message
request response.The text was updated successfully, but these errors were encountered: