We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea64c0a commit ae784b2Copy full SHA for ae784b2
1 file changed
zerorpc/events.py
@@ -47,7 +47,7 @@ def __del__(self):
47
48
def close(self):
49
if self._send_task:
50
- self._send_queue.kill()
+ self._send_task.kill()
51
52
def _sender(self):
53
running = True
0 commit comments