duplication of logs
Expected Behavior
the log should be sent once
Actual Behavior
log is sent 8 times https://imgur.com/a/Xb9k3vc
Steps to Reproduce
set up and run the server. If others don't have it, I don't know what the reason is
Plugin List
velocity plugins [11:01:42 INFO]: Plugins: velocity
Velocity Version
velocity info [11:02:00 INFO]: Velocity 3.4.0-SNAPSHOT (git-cc93f5ee-b485) [11:02:00 INFO]: Copyright 2018-2025 Velocity Contributors. Velocity is licensed under the terms of the GNU General Public License v3. [11:02:00 INFO]: PaperMC - GitHub
Additional Information
No response
Do you have enable-reuse-port enabled in the velocity config?
yes, enabled
At this point, this is basically expected, as each worker thread is infact binding to the network; not really sure how to duplicate this in a useful manner given how this works
then okay, thanks, I thought it shouldn't be like that. I just don't really understand it.