We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3181543 commit 317c1d9Copy full SHA for 317c1d9
taskiq/brokers/zmq_broker.py
@@ -77,7 +77,7 @@ async def kick(self, message: BrokerMessage) -> None:
77
]
78
for idx in range(math.ceil(len(message.message) / part_len))
79
80
- with self.socket.connect(self.sub_host) as sock:
+ with self.socket.connect(self.pub_host) as sock:
81
await sock.send_multipart(parts)
82
83
async def listen(self) -> AsyncGenerator[bytes, None]:
0 commit comments