Pedro Paulo Monte Pagani
Pedro Paulo Monte Pagani
Hey, the async option from the Executors doesn't limit the number of threads that can be used in the pool, users have to be very careful when using that to...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Packetevents does not detect...
Pom: ` spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ aikar https://repo.aikar.co/content/groups/aikar/ aikar https://repo.aikar.co/content/repositories/aikar-snapshots/ ` ` co.aikar fastutil-base 3.0-SNAPSHOT co.aikar fastutil-lite 1.0 co.aikar fastutil-objectbase 3.0-SNAPSHOT co.aikar fastutil-objecthashmap 3.0-SNAPSHOT co.aikar fastutil-objectcustomhashmap 3.0-SNAPSHOT ` I can't acess FastEntrySet...
### Expected behavior The expected behavior is so that when the client sends packets, they get processed "immediately", currently what Folia does for every single packet is schedule each packet...
Is there a redis platform support already in AjQueue, if not, would you mind if I implemented it?
### Expected behavior I think it's expected that after the PlayerQuitEvent for the player to not tick anymore, which could potentially create issues with plugins that rely on the data...
### Profile link * ### Description of issue Ok, I am getting this weird stacktrace here PID: 194 | Suspended: false | Native: false | State: WAITING Stack: [email protected]/jdk.internal.misc.Unsafe.park(Native Method)...
### Expected behavior The variable DISABLE_SNAPSHOT is kept as a static boolean on paper, but since paper is ticking single threaded, it doesn't really run into issues, every Folia call...
### Expected behavior Have almost no lock overhead that would trigger a possible lag source due to lock await across multiple regions. I don't know exactly how this could even...
### What feature do you want to see added? This will 100% def help improving memory usage and CPU usage of geyser, and possibly even help solving other issues. I...