Missing error handling
Closed this issue · 0 comments
floriansegginger commented
The constructor of the FixpositionDriver
class does not check the return value of the Connect()
method.
As such, the only way to know if the connection was successful when using this class, is to call RunOnce()
and check the return value of that.
Maybe the constructor could throw an exception when connection fails?