modbus icon indicating copy to clipboard operation
modbus copied to clipboard

[Fix]: Add nil check in client.Close

Open NiklasCi opened this issue 1 year ago • 0 comments

This PR checks if the transport is not nil before closing it in client.Close(). This avoid panics.

NiklasCi avatar Aug 02 '23 13:08 NiklasCi