#issues

1 messages · Page 1 of 1 (latest)

signal rivet
#

several security issues with the design: net.waiters is global, it is possible for any client to respond to a request sent to any other client. This is even worse due to coroutine addresses being reusable AND predictable (even more so in gmod, they are fake AND truncated on x32). This also leaks heap structure info to the client. And lastly... It is not network efficient in the id's part: you only need to send, at max, 8 bytes of integer data, but instead you are sending a string as the id

#

not so invested in this. just pointing out the issues for everyone to be aware of

honest minnow
#

Speaking on behalf of the gmod community I can confirm that this is a library of all time