OpenZWave / Thrift4OZW

A daemon exposing the OpenZWave API via Apache Thrift (and some useful tools)
27 stars 13 forks source link

Broadcast STOMP messages #16

Open chadparry opened 7 years ago

chadparry commented 7 years ago

I like to allow multiple clients to access the OpenZWave notifications. I can't think of any reason why an application would want to only have a single handler consume each event. This small change makes it so a copy of each event is broadcast to each of the registered listeners.