muvox-io / euphonium

Tiny audio platform
GNU Affero General Public License v3.0
96 stars 15 forks source link

Use of `sdt::move()` means that only one event listener can subscribe to an EventBus #60

Closed jdthorpe closed 1 year ago

jdthorpe commented 1 year ago

Not sure if this is a feature, quirk, or an error, but the use of std::move() in this line means only one event subscriber can subscribe to an EventBus...

alufers commented 1 year ago

Yeah, it should be a reference

feelfreelinux commented 1 year ago

Correct, I'll adjust it shortly.