nil2l
12/17/2018, 3:37 PMmarstran
12/17/2018, 3:39 PMoffer
. If the queue is full, then offer
will return false and the message is dropped.nil2l
12/17/2018, 3:42 PMmarstran
12/17/2018, 3:46 PMnil2l
12/17/2018, 3:48 PMand have it forward the message after some delayBut it must be canceled if new message received. And it doesn’t seem to be ready-to-use. 🙂
marstran
12/17/2018, 3:49 PMdave08
12/17/2018, 3:52 PMnil2l
12/17/2018, 3:56 PMbdawg.io
12/17/2018, 4:33 PMdave08
12/17/2018, 4:35 PMstreetsofboston
12/17/2018, 4:53 PMbdawg.io
12/17/2018, 5:52 PMskip some events for a while and handle only last onethat sounds like a ConflatedChannel with an actor that receives after some delay
uliluckas
12/17/2018, 9:27 PMkevinherron
12/17/2018, 10:02 PM