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
The `offloaded` field is only present (set to `true`) when offloading actually happened, so existing
694
+
exact-match assertions such as `toEqual({ status: 'published' })` keep passing for inline messages.
695
+
679
696
### Counters
680
697
681
698
For load-testing scenarios where retaining all messages in the buffer may be too memory-intensive, handler spies provide lightweight counters that track how many messages were processed with each status:
0 commit comments