PeterJCLaw / srcomp-stream

SRComp live streaming server
https://github.com/PeterJCLaw/srcomp/wiki/Component-Overview#srcomp-stream
MIT License
0 stars 1 forks source link

Events for team removal don't contain any useful data #6

Open PeterJCLaw opened 1 year ago

PeterJCLaw commented 1 year ago

When a team is removed the data which is emitted is:

event: team
data: null

which contains no useful information about which team was removed. In turn this leads to issues where display clients need to be reloaded to cope with teams being removed: https://github.com/PeterJCLaw/srcomp-screens/issues/5