diff --git a/telethon/network/tcp_client.py b/telethon/network/tcp_client.py index d8502c3d..9ff2e99e 100755 --- a/telethon/network/tcp_client.py +++ b/telethon/network/tcp_client.py @@ -27,7 +27,6 @@ class TcpClient: """Closes the connection""" self.socket.close() self.connected = False - self.socket.setblocking(True) def write(self, data): """Writes (sends) the specified bytes to the connected peer"""