This release fixes 2 bugs:
1.) The network bridge wasn't correctly listening on the bus, because the listening thread was never started
2.) The reconnection handler kept trying to reconnect, even after a successful reconnection, because it had a wrong (always null) reference to the scheduled action and wasn't able to cancel itself.