Don't set socket timeout
This commit is contained in:
parent
89d83349e1
commit
c6093639b5
@ -189,7 +189,6 @@ class JSONRPC(asyncio.Protocol, LoggedClass):
|
||||
self.transport = transport
|
||||
self.peer_info = transport.get_extra_info('peername')
|
||||
self.socket = transport.get_extra_info('socket')
|
||||
self.socket.settimeout(10)
|
||||
|
||||
def connection_lost(self, exc):
|
||||
'''Handle client disconnection.'''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user