Vurv78 / WebAudio

A safe, efficient and powerful replacement for Streamcore that adds playing & manipulating URL streams through IGmodAudioChannel/BASS
https://steamcommunity.com/sharedfiles/filedetails/?id=2466875474
MIT License
18 stars 3 forks source link

Prevent id overflow #23

Closed Vurv78 closed 3 years ago

Vurv78 commented 3 years ago

As of now ids just increment. This is terrible because people can easily spam streams and get the id past the current net limit and break webaudio for everyone. Could easily just wrap around but you never know if one is still active..