We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9922cca commit cd04425Copy full SHA for cd04425
asterisk/ami/client.py
@@ -81,7 +81,6 @@ def next_action_id(self):
81
82
def connect(self):
83
self._socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
84
- self._socket.settimeout(self._timeout)
85
self._socket.connect((self._address, self._port))
86
self.finished = threading.Event()
87
self._thread = threading.Thread(target=self.listen)
0 commit comments