A monitor object is generated on each bus transaction. It contains notification of new channels,
destroyed channels, as well as channels who have been closed by a subscriber, but is still open
to other subscribers. You can call bus.refCount(channelName) to see how many subscribers there are
on a channel. bus.send() will also generate a MonitorObject with the transmitted data.
As with all messagebus transactions, if there are no subscribers on the monitor channel, nothing
is transmitted.
A monitor object is generated on each bus transaction. It contains notification of new channels, destroyed channels, as well as channels who have been closed by a subscriber, but is still open to other subscribers. You can call bus.refCount(channelName) to see how many subscribers there are on a channel. bus.send() will also generate a MonitorObject with the transmitted data.
As with all messagebus transactions, if there are no subscribers on the monitor channel, nothing is transmitted.