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 543e806 commit 506525cCopy full SHA for 506525c
README.md
@@ -67,7 +67,7 @@ async def handle_message_from_dlq(message_frame: stompman.MessageFrame) -> None:
67
print(message_frame.body)
68
69
70
-await client.subscribe("DLQ", handle_message_from_dlq):
+await client.subscribe("DLQ", handle_message_from_dlq)
71
```
72
73
Entered `stompman.Client` will block forever waiting for messages if there are any active subscriptions.
0 commit comments