Skip to content

Commit cf7afff

Browse files
authored
fix shutting down freezing (#178)
1 parent 3d80bef commit cf7afff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/faststream-stomp/faststream_stomp

packages/faststream-stomp/faststream_stomp/broker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ async def stop(
160160
await sub.stop()
161161
if self._connection:
162162
await self._connection.__aexit__(exc_type, exc_val, exc_tb)
163-
self._stopping = False
164163
self.running = False
165164

166165
async def ping(self, timeout: float | None = None) -> bool:

0 commit comments

Comments
 (0)