Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stack/proxy): ensure wsProxy and httpProxy have correct type
Both, `httpProxy` and `wsProxy` inside `Proxymanager` have been assigned the value of `new Proxy(...).serve()` which is an instance of `express`. This was wrong and causes runtime errors when proxies are being stopped as they don't have a `stop()` API.
- Loading branch information