Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev committed Jul 31, 2024
1 parent 543e806 commit 506525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def handle_message_from_dlq(message_frame: stompman.MessageFrame) -> None:
print(message_frame.body)


await client.subscribe("DLQ", handle_message_from_dlq):
await client.subscribe("DLQ", handle_message_from_dlq)
```

Entered `stompman.Client` will block forever waiting for messages if there are any active subscriptions.
Expand Down

0 comments on commit 506525c

Please sign in to comment.