This website requires JavaScript.
Explore
Help
Sign In
SteamWar
/
Paper
Watch
9
Star
0
Fork
0
You've already forked Paper
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
801
Commits
3
Branches
0
Tags
1b17a134443a501dd662a0abffbf6da57bc50e66
Commit Graph
2 Commits
Author
SHA1
Message
Date
Spigot
da70799bc2
Dont let commands run async
...
By: md_5 <
md_5@live.com.au
>
2013-12-05 16:57:01 +11:00
Spigot
6a269ffdfc
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.
...
By: md_5 <
md_5@live.com.au
>
2013-12-05 13:57:12 +11:00