-
Currently, the default dispatcher used for suspending controller functions is `Dispatchers.Unconfined`, which is a dangerous poor choice. I believe it was chosen due to the common misconception that `…
-
Issue in ./help/implementing/dispatcher/validation-debug.md
Hello,
Several customers have reported that the default_filters of the dispatcher present potential security breaches by exposing any …
-
Currently, Pekko Projections only support the `blocking-jdbc-dispatcher` (see https://pekko.apache.org/docs/pekko-projection/current/jdbc.html). Are there any plans to start supporting a new dispatche…
-
With thread-per-core model, each thread accepts connections by it own.
However, because the number of requests on each connection and the processing load of each request are different, the load sit…
-
### Prerequisites
- [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/)
- [X] I am reporting a bug, not asking a question
### Description
Hello there.…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
When using web sockets, hub method …
-
There are several methods overlapping all and some returning void. All should return a task (which is up to the user whether it will be awaited or not).
Especially `Dispatcherhelper.cs` needs clean…
-
All the below depend on the correct RPC response. An error handler should be written to correctly propagate the error type from the RPC node. This is a bit difficult for sidechains e.g. Celo which imp…
-
Is there any way to only find the specific handler, but not handle it?
In simple way, this is original dispatchRequest()
```
public function dispatchRequest(ServerRequestInterface $request)…
-
### Context
After finishing this https://github.com/canonical/resource-dispatcher-image/issues/28 we want to integrate the rock.
### What needs to get done
1. Integrate rock for resource-dispatcher…