hacker-cb / modbus-dart

BSD 3-Clause "New" or "Revised" License
37 stars 22 forks source link

Added callback to catch an error happening on the socket connection #29

Open ElegantCrab opened 1 year ago

ElegantCrab commented 1 year ago

I was having a problem where, whenever I physically disconnected the device connected through the modbus protocol, I'd see an exception on the console but all subsequent petitions I had on a timer never returned thus never received any actual errors on my code and I couldn't recreate the connection.

This solves the issue by adding a callback right where the error is thrown so the user knows it happened and act accordingly.

hasanuc20 commented 1 year ago

whenever i close my app. disconnects from my device. I can't connect to the device again. I guess because the query was interrupted. solution please.