Please allow Udon to know the status of the network, such as amount of traffic and whether or not events are being deferred.
complete
Phasedragon
It's difficult to get a handle on exactly how much traffic is happening. The only option right now is to dig into the logs, but that doesn't help in the moment. If this was exposed to udon we could make systems that react automatically.
Log In
Momo the Monster
marked this post as
complete
Added Networking.get IsClogged in UnU build 1069.
We're considering another system with a float to know more about the 'amount' that it's clogged in addition to this bool.
Momo the Monster
marked this post as
in progress
Will be in next release of Udon Networking Update beta - called 'Networking.get IsClogged'
Momo the Monster
marked this post as
interested
Momo the Monster
Merged in a post:
Add a way to read client Suffering
miner28_3
It would be good if we could read the amount of bits user still needs to send. Which from what I understand is exactly what suffering is. Would be good so we can check if network is overloaded or not and act in the Udon Behaviours acordingly.
danly
Suffering is approximately the number of bunches queued, not the bits.
miner28_3
danly: Interesting :thinks: But it is a value that kinda determines if the network is overloaded or not or does it not ?
danly
miner28_3: yes, if it's greater than 0 the outbound connection is saturated.