This website requires JavaScript.
Explore
Help
Sign In
core
/
testserver
Watch
1
Star
0
Fork
You've already forked testserver
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
805
Commits
1
Branch
0
Tags
60
MiB
75344a14e9
Commit Graph
2 Commits
Author
SHA1
Message
Date
md_5
6ec37d4fe9
Dont let commands run async
2013-12-05 16:57:01 +11:00
md_5
1e4407fd04
Fix broken async chat. Since Mojang introduced netty, but removed async packet handling, there are now only a few threads available to consume packets. Unfortunately we now have to maintain async chat support. In order to allow Async events to not kill these precious few threads, we do what we did in our Netty implementation, and offload these to their own, decoupled thread pool.
2013-12-05 13:57:12 +11:00