We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dc260 commit f97d5a3Copy full SHA for f97d5a3
pymodbus/transport/transport.py
@@ -362,9 +362,9 @@ def callback_new_connection(self) -> ModbusProtocol:
362
def callback_connected(self) -> None:
363
"""Call when connection is succcesfull."""
364
365
+ @abstractmethod
366
def callback_disconnected(self, exc: Exception | None) -> None:
367
"""Call when connection is lost."""
- Log.debug("callback_disconnected called: {}", exc)
368
369
def callback_data(self, data: bytes, addr: tuple | None = None) -> int:
370
"""Handle received data."""
0 commit comments