poy/onpar

ReceiveMatcher should read from a channel with a timeout

Closed this issue · 1 comments

poy commented

The ReceiveMatcher will return an error if a channel is empty. This means that you have to use ViaPollingMatcher to make it useful in most cases. ReceiveMatcher would be more useful if it waited a period of time before returning an error.

poy commented

I haven't really missed this behavior so I'm closing.