ssbc/dgram-broadcast

Cannot end/close the stream

roccomuso opened this issue · 1 comments

I've not being able to pipe something into a buffer using concat-stream. I guess because there's not a clear way to gracefully end the stream. Neither with destroy.

Any hints?

Nevermind, I just saw index.js#L30 that address the issue.