Aurora Lahtela

Results 313 comments of Aurora Lahtela

[Plan-5.6-dev-build-2742.jar.zip](https://github.com/plan-player-analytics/Plan/files/14150663/Plan-5.6-dev-build-2742.jar.zip) Alright I managed to get it to log something at the end if something is holding a connection. It was pretty tricky. In this above build there will be...

Alright, that narrows it down a bit - looks like I missed some method that can reserve connections leading to the empty brackets in the log

It looks like it's the mystery [] call is the one holding everything up - the other two are trying to access plan_servers table with very quick queries. I added...

I think I figured it out! Thanks for your help. My best guess of what seems to be happening is that when this happens: ``` [08:09:24 INFO]: [Plan] Waiting for...

Here's a new build https://github.com/plan-player-analytics/Plan/actions/runs/7862417944 I tried to change how it does things, if it still gets stuck there's something wrong with how newer version of SQLite handles something: -...

Thanks for the confirmation, I'll close this, but if it happens to happen again you can comment here and I'll reopen it :)

Only thing this listener is used for is AFK detection so I'm not 100% sure how useful it is, but I'll consider it.

Since this class isn't available before 1.16, it needs some fancy logic to have a 2nd listener class in a separate module and then choosing listener on the fly at...

I'll merge this since it fixes a build issue with 0.3-SNAPSHOT of fabric permissions api