Skip to content

Commit 535efde

Browse files
committed
adjust comment
1 parent 31d7560 commit 535efde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ def _sock_exact_recv(self, bufsize: int) -> bytearray:
10961096
f"Unable to receive {to_read} bytes within {read_timeout} seconds."
10971097
)
10981098
else: # ESP32SPI Impl.
1099-
# This will timeout with socket timeout (not keepalive timeout)
1099+
# This will time out with socket timeout (not receive timeout).
11001100
rc = self._sock.recv(bufsize)
11011101
if not rc:
11021102
self.logger.debug("_sock_exact_recv timeout")

0 commit comments

Comments
 (0)