We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d80bef commit cf7afffCopy full SHA for cf7afff
1 file changed
packages/faststream-stomp/faststream_stomp/broker.py
@@ -160,7 +160,6 @@ async def stop(
160
await sub.stop()
161
if self._connection:
162
await self._connection.__aexit__(exc_type, exc_val, exc_tb)
163
- self._stopping = False
164
self.running = False
165
166
async def ping(self, timeout: float | None = None) -> bool:
0 commit comments