You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The finalize method of the ModbusConnection should be removed.
If the close() call in the finalize method is really required it should be implemented by a Cleaner as proposed in javadoc of Object.equals.