When I was implementing receiving of data from relay, I've added functions which allow to subscribe arbitrary process to that data, namely subscribe/3 and unsubscribe/3. Now I'm wondering if those functions are really needed, since each process can easily subscribe itself using subscribe/2.
When I was implementing receiving of data from relay, I've added functions which allow to subscribe arbitrary process to that data, namely
subscribe/3
andunsubscribe/3
. Now I'm wondering if those functions are really needed, since each process can easily subscribe itself usingsubscribe/2
./cc @rslota @erszcz