gRPC callbacks are reentrant, leading to callback-during-callback, and crashes in SDKs. Those should be deferred (similarly to callbacks for HTTP callouts, etc.) Reported in https://github.com/proxy-wasm/proxy-wasm-rust-sdk/issues/206, although plugins would crash even with deferred call due to unregistered `token_id`. cc @mpwarres