Python1320

Results 11 comments of Python1320

I have it fixed at https://github.com/Python1320/SteamPP More specifically: https://github.com/Python1320/SteamPP/commit/cc38bac7a9b8494639f09b940f333c05acbb5f5e#diff-78ccbafc6289159f37af56b7eafb0c47R6 and https://github.com/Python1320/SteamPP/commit/80e1cc222e00f0d91a99fac11ac9939392333f06#diff-af3b638bc2a3e6c650974192a53c7291R13

I am slowly trying out https://github.com/flukso/lua-mosquitto but we are still using luamqtt, but with a 2 second timeout on connect and exponential backoff. A broken MQTT connection is better in...

![image](https://user-images.githubusercontent.com/207340/135506517-124ffa37-48f3-443a-9174-db3b32f8f6e6.png)

https://github.com/CapsAdmin/pac3/blob/13bfdab923b5db2d8330271639b640eef3fd1490/lua/pac3/core/shared/util.lua#L213

Luadata is sandboxed and bytecode-whitelisted. The purpose of the whitelist is to make sure the data cannot do infinite loops. How luadata works is it executes the table as lua...

On ours we see them in double. Investigating.

I would love this toolkit to be made more generic such that other places could use it. It took a lot of time to make after all. Kabus has been...

Meta has no custom starfall. I could reproduce the problem intermittently (see below) but I have no idea what is going wrong yet. Could you reproduce the problem in LAN...

Sorry, I did not see this part https://github.com/thegrb93/StarfallEx/blob/a64078e0930a9e4b53974ff30213d88138d63fe0/lua/autorun/netstream.lua#L217 so it can't be the stream order after all... this will require further investigation.

I tested `SF.WaitForPlayerInit` and it is being called. I made two players rejoin and they get starfall data from a wrong chip. ![image](https://github.com/thegrb93/StarfallEx/assets/207340/221bb870-3c2a-4e92-b39d-4ff448dd39f6) On a positive note right after the...