Paul
Paul
Hi! I'm having the same problem. In the local environment everything works fine. In production, deployed with Cloudflare Pages, it doesn't work because the service worker doesn't get loaded. I'm...
When looking through the source code, the error was caused by [this](https://github.com/Moulberry/NotEnoughUpdates/blob/master/src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java#L1211) line. Maybe `Constants.PETS.has("custom_pet_leveling")` returned null somehow?
I posted this issue five days ago and I didn't get a response. Can someone explain to me if what I'm doing is wrong, and if so how to fix...
I posed the last comment a week ago. A response to help would be nice...
Nobody responded yet. Is there anyone with a solution?
@kykungz and @sidorares I changed the parser to support all special characters. Let me know what you think! If you approve this, I can start working on the unit test...
You could make something like an xhttp request to an endpoint that never ends (It stops when the browser gets closed). This way, you can see how many people are...
Don't think so. The server only needs to send and revive ping packets and keep track when a client gets disconnected. It should be possible, but I never tested something...
Any update on my issue?