Comparing version 4.2.1 to 4.2.2
@@ -259,2 +259,7 @@ var protocol = require('hypercore-protocol') | ||
}) | ||
if (feeds.length === 0) { | ||
debug('[REPLICATION] terminating mux: no feeds to sync') | ||
self._feed.close() | ||
} | ||
} | ||
@@ -261,0 +266,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "Stephen Whitmore <sww@eight.net>", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/multifeed.git" |
26156
608