#61 fixed subscriptionDropped being called only once
Added subscribe-all-from-events sample to test
This commit is contained in:
@ -127,6 +127,8 @@ EventStoreCatchUpSubscription.prototype._runSubscription = function() {
|
||||
|
||||
var self = this;
|
||||
this._stopped = false;
|
||||
this._isDropped = false;
|
||||
this._dropData = null;
|
||||
if (this._verbose) this._log.debug("Catch-up Subscription to %s: pulling events...", logStreamName);
|
||||
this._readEventsTill(this._connection, this._resolveLinkTos, this._userCredentials, null, null)
|
||||
.then(function() {
|
||||
|
Reference in New Issue
Block a user