v10networkscom / saltychat-fivem

FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
https://gaming.v10networks.com
GNU General Public License v3.0
70 stars 64 forks source link

Server thread hitch warning #163

Closed WilliamFalci closed 11 months ago

WilliamFalci commented 11 months ago

Hello,

Im using the last version of saltychat (v1.2.2) with FXServer 6683 in OneSync With Infinity. I record at every server starting an server thread hitch warning, using the profiler, I found the issue is saltychat.

Here the link of the profileData generated by the profiler https://file.io/AElQXfCXyse5.

How is possible fix it?

BlackFlash5 commented 11 months ago

The mono runtime of FiveM currently has some overhead we can't work around or 'fix'. They are working on v2 at the moment and we provide a working version in a branch until it releases. You can play around with it using the latest server and client built, tho it shouldn't be used in production due to its WIP state.

For more information: https://github.com/thorium-cfx/mono_v2_get_started

WilliamFalci commented 11 months ago

image

I did how u told but I have this warnings using the version of the branch u linked

@BlackFlash5