|
@@ -2,6 +2,12 @@ import {basicAuth, encodeBase64Url, topicShortUrl, topicUrlWs} from "./utils";
|
|
|
const retryBackoffSeconds = [5, 10, 15, 20, 30];
|
|
const retryBackoffSeconds = [5, 10, 15, 20, 30];
|
|
|
constructor(connectionId, subscriptionId, baseUrl, topic, user, since, onNotification, onStateChanged) {
|
|
constructor(connectionId, subscriptionId, baseUrl, topic, user, since, onNotification, onStateChanged) {
|