relab/gorums

Unicast expects multicast option

meling opened this issue · 0 comments

In unicast.go:

	o := getCallOptions(E_Multicast, opts)

Should be E_Unicast, I believe.

Add test case for unicast calls.