rxjs-ws-channels-filters
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -360,5 +360,7 @@ 'use strict'; | ||
return i; | ||
}).flatMap(function (i) { | ||
return Rx.Observable.timer(Math.min(i * 8, 60) * 1000); | ||
}); | ||
}) | ||
.flatMap(function (i) { | ||
vm.retries = i; | ||
return Rx.Observable.timer(Math.min(i * 8, 60) * 1000); | ||
}); | ||
}).share(); | ||
@@ -365,0 +367,0 @@ } |
{ | ||
"name": "rxjs-ws-channels-filters", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "RxJS websockets implementation with channels and filters", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16787
337