Open mheinzel opened 6 years ago
With l, it works:
l
> gproc:reg({n,l,bla}). true > gproc:where({n,l,bla}). <0.170.0> > gproc:goodbye(). ok > gproc:where({n,l,bla}). undefined
With g, it doesn't:
g
> gproc:reg({n,g,bla}). true > gproc:where({n,g,bla}). <0.186.0> > gproc:goodbye(). ok > gproc:where({n,g,bla}). <0.186.0>
Both on current HEAD.
Or is it intended behavior?
Thanks!
Hardly intended. I'll take a look.
With
l
, it works:With
g
, it doesn't:Both on current HEAD.
Or is it intended behavior?
Thanks!