#Support rrsweat

1 messages · Page 1 of 1 (latest)

hexed glacierBOT
#

<@&872407642302197760>

Welcome to your Support Thread

Please check if your using the latest Skytils version at #Releases then check #Faq to see if your issue is maybe there, support will come soon.

If you crash do the </crash:995239722609823744> command in Discord and follow the instructions.

woven fox
#

The MSPT slowly creeps up the longer I played

#

The game seems to spend a lot of time in invokeHandlers

#

Some skytils events are taking upwards of 7000000ms

woven fox
#

Turns out gg.skytils.skytilsmod.core.TickKt$tickTask$1$invokeSuspend$$inlined$await$default just keeps growing in instances and sizes the longer I play.

warm oak
#

p sure what ur talking about is fixed

woven fox
woven fox
#

I made some heap summaries and these stuff keep growing rapidly:

kotlinx.coroutines.CancellableContinuationImpl
kotlinx.coroutines.CompletedContinuation
gg.skytils.skytilsmod.core.TickKt$tickTask$1$invokeSuspend
gg.skytils.skytilsmod.core.TickKt$tickTask$1
woven fox
#

Coroutines are only deregistered on cancellation, which is probably why they pile up.