Andrés Testi
Andrés Testi
Panic with message "proxy-wasm-rust-sdk/src/dispatcher.rs:121:14:\nalready borrowed: BorrowMutError" is triggered when `dispatch_grpc_call()` is invoked from `on_grpc_call_response()`. The problem is originated by a [`self.grpc_callouts.borrow_mut()` being invoked inside an `if` condition](https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/main/src/dispatcher.rs#L456), that keeps the...
Currently only one conceptual **timer** can be configured by filter instance by calling `proxy_set_tick_period_milliseconds()`. It implies that if multiple timers are required (i.e. multiple distinct `tick_period's`), the user has the...