TorBridgeChanged notification sends out "[object Object]" as its data.
Right now, we send out the NodeData
in the data argument, but this will get converted to a string according to the IDL. So it will just be "[object Object]"
for any observers.