http-wasm/http-wasm-host-go

bound pool size

Closed this issue · 0 comments

Currently, the pool size is unbounded. Dapr formerly had a bounded pool size with waPC.

Let's bound the pool, which implies making a decision on what to do when it is full (block, fail or create an instance that isn't pooled)