connection reset error in asyncio/uvloop
Stack trace:
019-10-19 00:07:57.801306+05:30 - ERROR - Exception in callback <bound method WebSocketAdapterProtocol.connection_lost of <main.ClientProtocol object at 0x7f9d7516eb38>> handle: <Handle WebSocketAdapterProtocol.connection_lost> Traceback (most recent call last): File "uvloop/cbhandles.pyx", line 64, in uvloop.loop.Handle._run File "/home/ubuntu/streamer/venv3/lib/python3.7/site-packages/autobahn/asyncio/websocket.py", line 100, in connection_lost self._connectionLost(exc) File "/home/ubuntu/streamer/venv3/lib/python3.7/site-packages/autobahn/websocket/protocol.py", line 3365, in _connectionLost WebSocketProtocol._connectionLost(self, reason) File "/home/ubuntu/streamer/venv3/lib/python3.7/site-packages/autobahn/websocket/protocol.py", line 1069, in _connectionLost if not self.factory.isServer and self.serverConnectionDropTimeoutCall is not None: AttributeError: 'ClientProtocol' object has no attribute 'serverConnectionDropTimeoutCall' 2019-10-19 00:07:57.801934+05:30 - ERROR - Task exception was never retrieved future: <Task finished coro=<<iterable_coroutine without name>()> exception=ConnectionResetError()> Traceback (most recent call last): File "uvloop/loop.pyx", line 1945, in create_connection File "uvloop/loop.pyx", line 1942, in uvloop.loop.Loop.create_connection File "uvloop/sslproto.pyx", line 499, in uvloop.loop.SSLProtocol._on_handshake_complete ConnectionResetError
Versions: autobahn - 19.1.1 uvloop - 0.12.0
Any help appreciated