tmg
05/26/2020, 11:16 AMchannel.send()
blocks, what’s the properway to do it?louiscad
05/26/2020, 11:41 AMoffer
here.tmg
05/26/2020, 11:52 AMoffer
returns false.send
suspends eternally and offer
returns false
actor
method arguemtns indeed there is this code: capacity: Int = 0, // todo: Maybe Channel.DEFAULT here?
Evan R.
05/26/2020, 11:59 AMlouiscad
05/26/2020, 11:59 AMEvan R.
05/26/2020, 12:01 PMtmg
05/26/2020, 12:07 PMlouiscad
05/26/2020, 12:09 PMChannel
, which is used and exposed in actor
, you'll find RENDEZ_VOUS
, which is equal to 0
.