-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
The socket timeout is set in
| sock.settimeout(timeout) |
_get_connect_socket() is called without the timeout argument | self._sock = self._get_connect_socket(self.broker, self.port) |
| :param int timeout: Desired socket timeout |
It would be nice if the socket timeout could be set in the MQTT instance.
Metadata
Metadata
Assignees
Labels
No labels