You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@
11
11
## New Features
12
12
13
13
- An optional `tick_at_start` parameter has been added to `Timer`. When `True`, the timer will trigger immediately after starting, and then wait for the interval before triggering again.
14
+
- Add `Receiver.fork` method to create independent clones of the receiver.
15
+
- Useful for scenarios where multiple consumers need to process the same stream of messages. Each forked receiver.
16
+
- Each forked receiver maintains its own independent message queue
0 commit comments