Comparing version 5.2.0 to 5.2.1
@@ -261,3 +261,6 @@ var Protocol = require('hypercore-protocol') | ||
// prevent a feed from being folded into the main stream twice. | ||
if (typeof self._activeFeedStreams[hexKey] !== 'undefined') return | ||
if (typeof self._activeFeedStreams[hexKey] !== 'undefined') { | ||
if (!--pending) cb() | ||
return | ||
} | ||
@@ -264,0 +267,0 @@ debug(self._id, '[REPLICATION] replicating feed:', hexKey) |
@@ -5,3 +5,3 @@ { | ||
"author": "Stephen Whitmore <sww@eight.net>", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/multifeed.git" |
28295
643