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
{{ message }}
This repository was archived by the owner on Mar 4, 2023. It is now read-only.
p := gomodbus.NewTCPClientProvider("127.0.0.1:1502", gomodbus.WithAutoReconnect(0), gomodbus.WithEnableLogger())
连线上之后对方断线
tcp 127.0.0.1:60127->127.0.0.1:1502: wsasend: An established connection was aborted by the software in your host machine.
自身的IsConnected()仍为true
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
你好,请问IsConnected()是否会因为连上后对方断线而为false?
p := gomodbus.NewTCPClientProvider("127.0.0.1:1502", gomodbus.WithAutoReconnect(0), gomodbus.WithEnableLogger())
连线上之后对方断线
tcp 127.0.0.1:60127->127.0.0.1:1502: wsasend: An established connection was aborted by the software in your host machine.
自身的IsConnected()仍为true
The text was updated successfully, but these errors were encountered: