fix: handle case where swarm closes before stream
When we close a connection, we set the "stream" set to nil to avoid opening new stream. Unfortunately, this meant we wouldn't decrement the reference count on the swarm.
Showing
Please register or sign in to comment