File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "Client" ,
1414]
1515
16- __version__ = "0.9.6 "
16+ __version__ = "0.9.7 "
1717__copyright__ = "Copyright (c) 2022-2025 Pytdbot, AYMENJD"
1818__license__ = "MIT License"
1919
Original file line number Diff line number Diff line change @@ -1131,12 +1131,12 @@ async def __start_rabbitmq(self):
11311131 updates_queue = await self .__get_updates_queue ()
11321132
11331133 notify_queue = await self .__rchannel .declare_queue (
1134- f"notify_ { self ._rabbitmq_instance_id } " , exclusive = True
1134+ f"{ self . my_id } _notify_ { self ._rabbitmq_instance_id } " , exclusive = True
11351135 )
11361136 await notify_queue .bind (await self .__rchannel .get_exchange ("broadcast" ))
11371137
11381138 responses_queue = await self .__rchannel .declare_queue (
1139- f"res_ { self ._rabbitmq_instance_id } " , exclusive = True
1139+ f"{ self . my_id } _res_ { self ._rabbitmq_instance_id } " , exclusive = True
11401140 )
11411141
11421142 self .__rqueues = {
You can’t perform that action at this time.
0 commit comments