oakmound/oak

Warn about the limited range of event.BindingOption.Priority

lolbinarycat opened this issue · 2 comments

Using a value over 32 causes an index out of range error, this should be mentioned in the docs for it.

200sc commented

There are docs, but they are not exposed in the godoc, correct https://github.com/oakmound/oak/blob/master/event/bus.go#L30-L39

We should certainly move something similar out to an exposed comment.

200sc commented

This is addressed by 2c7c497