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 ee0cd3c commit aa0ffcdCopy full SHA for aa0ffcd
adafruit_minimqtt/adafruit_minimqtt.py
@@ -1076,7 +1076,7 @@ def _recv_len(self) -> int:
1076
1077
def _sock_exact_recv(self, bufsize: int) -> bytearray:
1078
"""Reads _exact_ number of bytes from the connected socket. Will only return
1079
- string with the exact number of bytes requested.
+ bytearray with the exact number of bytes requested.
1080
1081
The semantics of native socket receive is that it returns no more than the
1082
specified number of bytes (i.e. max size). However, it makes no guarantees in
0 commit comments