I'm using Lamina to implement a basic pubsub pattern.
When a client subscribes to a topic I create a new channel
for it (if it doesn't already exist) and then siphon
it to the client's channel
. However, I can't figure out how to reverse this to let the client unsubscribe. I've been searching the docs and googling but can't find anything.
How do I undo what siphon
does?