ModernFix/src/main/java/org/embeddedt
embeddedt c2f585da95
Fix rare crash from HandshakeHandler in 5.27.0+
The existing Forge logic can concurrently modify sentMessages from two threads,
since handleIndexedMessage runs on the Netty thread, while tickServer is on the
server thread. Ticking the handler faster made the race condition significantly
more likely to manifest.
2026-04-14 22:22:06 -04:00
..
modernfix Fix rare crash from HandshakeHandler in 5.27.0+ 2026-04-14 22:22:06 -04:00