This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
papermc
Watch
2
Star
0
Fork
You've already forked papermc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
798
commits
1
branch
14
tags
87
MiB
6ec37d4fe9
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