200Tigersbloxed / UnityMods

A collection of my mods for games that run on the Unity Engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HRtoVRChat] Fix Pulsoid Loop

200Tigersbloxed opened this issue · comments

PulsoidManager has a very bad issue where the Thread does not sleep between every message. This causes the client to flood the Pulsoid API with requests as soon as the Thread updates (probably less than a couple of milliseconds). I'm sure Pulsoid would not like this kind of stress on their servers.