-
Bug
-
Resolution: Unresolved
-
None
-
1.15.1
-
None
-
Plausible
-
Crash, Networking
-
Low
-
Platform
The bug
net.minecraft.server.MinecraftServer.getPlayerNames() (Mojang name) is not thread-safe. This can be problematic because it implements net.minecraft.server.ServerInterface.getPlayerNames() for the DedicatedServer. That method is called from a different thread when using GS4 query, see QueryThreadGs4.
- relates to
-
MC-72390 Rcon is not thread-safe
- Resolved