Diese Website benötigt JavaScript.
Erkunden
Hilfe
Anmelden
SteamWar
/
Paper
Beobachten
13
Favorisieren
0
Fork
0
Du hast bereits einen Fork von Paper erstellt
geforkt von
Mirrors/Paper
Code
Issues
Pull-Requests
1
Aktivität
799
Commits
2
Branches
0
Tags
344
MiB
c9d51dff33
Commit graph
2 Commits
Autor
SHA1
Nachricht
Datum
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