Skip to content

Networkbridge Fix

Latest

Choose a tag to compare

@cedricboon cedricboon released this 26 Sep 15:43
· 1078 commits to main since this release

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.