0xpr03 / yamba

[archived] ts3 music bot with full youtube-dl support, fine grained permissions & web interface
GNU General Public License v3.0
1 stars 0 forks source link

Evluate non-clone access for Instances #37

Closed 0xpr03 closed 5 years ago

0xpr03 commented 5 years ago

Instances currently are being cloned and thus accessed outside of the HashMap and their RwLock. This happens on song resolving for playback and enqueue. Evaluating a access via the HashMap should gain a better behavior during a instance stop/restart while such a process is active.