|
|
|
|
|
by hbrn
1360 days ago
|
|
> what's even going on with your queue? A message with the latest state of an object gets pushed into queue. When noone is consuming those, you essentially get duplicates: queue contains all of the updates, but you only care about the most recent one. |
|