http-request-manager 18.15.31 → 18.15.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "http-request-manager",
|
|
3
|
-
"version": "18.15.
|
|
3
|
+
"version": "18.15.32",
|
|
4
4
|
"homepage": "https://wavecoders.ca",
|
|
5
5
|
"author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
|
|
6
6
|
"description": "This is an Angular Module containing Components/Services using Material",
|
|
@@ -946,6 +946,7 @@ declare class WebSocketManagerService {
|
|
|
946
946
|
private static retryDelay;
|
|
947
947
|
private static retrySubscription;
|
|
948
948
|
private static maxRetries;
|
|
949
|
+
private static connectionReadyNotified;
|
|
949
950
|
private static retryCountSubject;
|
|
950
951
|
retryCount$: Observable<number>;
|
|
951
952
|
private static maxRetriesSubject;
|
|
Binary file
|