workerman-bundle
workerman-bundle copied to clipboard
Add reuse_port configuration option in ServerWorker
Introduced a new boolean 'reuse_port' option in server configuration to allow the reuse of listening ports (SO_REUSEPORT). Updated ServerWorker to use this configuration option for optimal port management.