actor-framework / actor-framework/incubator
Dispatcher never removes unused application stacks
Open
improvement
- Dominant language
- C++
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The current design for stateless transport protocols, intends to use a dispatching layer to dispatch incoming data to the corresponding application stack. The problem is, no stack will ever be removed from the dispatcher, which will eventually lead to many unused stacks.
We should think of a way of closing such a "connection", so that the unused stacks can be cleaned up, when they are not needed anymore.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.