issues
search
roadrunner-server
/
roadrunner-plugins
📦 Home for the roadrunner plugins
MIT License
25
stars
9
forks
source link
[FEATURE REQUEST] TCP plugin to handle raw TCP payloads
#58
Closed
rustatian
closed
3 years ago
rustatian
commented
3 years ago
Plugin to handle raw TCP payloads and pass them to the worker.
Should not be a very big plugin.
Should handle the raw TCP and send packages directly to the worker's pool.
Timeouts? Because of n:m mapping, where n is a number of connections and m number of workers, there are could be processing delays.
Handle disconnects.
Configuration should include full TCP server config.
Plugin to handle raw TCP payloads and pass them to the worker.