Seems like this something to do with the Channel b...
# coroutines
s
Seems like this something to do with the Channel buffer (when exists)? Is there any reason the buffered messages will not be delivered?
d
Do you happen to close the channel after sending all the messages? That might throw all the messages away.
s
I do close it - but when is the "right time" to close a channel if it's a buffered channel?