Skip to content

Commit f8da797

Browse files
committed
Committed by Github action
master: { "stompjs": "6.1.0", "rx-stomp": "1.0.2", "ng2-stompjs": "8.0.0" } develop: { "stompjs": "6.1.0", "rx-stomp": "1.0.2", "ng2-stompjs": "8.0.0" }
1 parent c02392e commit f8da797

34 files changed

+71
-71
lines changed

_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stompjs:
66
location:
77
email:
88
links:
9-
- label: stompjs@6.0.0
9+
- label: stompjs@6.1.0
1010
icon: fab fa-fw fa-github
1111
url: https://github.com/stomp-js/stompjs
1212

_data/versions/master.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"stompjs": "6.0.0",
2+
"stompjs": "6.1.0",
33
"rx-stomp": "1.0.2",
44
"ng2-stompjs": "8.0.0"
55
}

api-docs/latest/classes/Client.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

@@ -535,7 +535,7 @@ <h3 id="inputs">
535535
</tr>
536536
<tr>
537537
<td class="col-md-4">
538-
<i>Default value : </i><code>10000</code>
538+
<i>Default value : </i><code>0</code>
539539
</td>
540540
</tr>
541541
<tr>
@@ -547,7 +547,7 @@ <h3 id="inputs">
547547
<tr>
548548
<td class="col-md-4">
549549
<div class="io-description"><p>Will retry if Stomp connection is not established in specified milliseconds.
550-
Default 10,000ms, set to 0 to wait for ever.</p>
550+
Default 0, which implies wait for ever.</p>
551551
</div>
552552
</td>
553553
</tr>
@@ -2772,9 +2772,9 @@ <h3 id="accessors">
27722772

27732773
/**
27742774
* Will retry if Stomp connection is not established in specified milliseconds.
2775-
* Default 10,000ms, set to 0 to wait for ever.
2775+
* Default 0, which implies wait for ever.
27762776
*/
2777-
public connectionTimeout: number &#x3D; 10000;
2777+
public connectionTimeout: number &#x3D; 0;
27782778

27792779
private _connectionWatcher: number; // Timer
27802780

api-docs/latest/classes/CompatClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

@@ -575,7 +575,7 @@ <h3 id="inputs">
575575
</tr>
576576
<tr>
577577
<td class="col-md-4">
578-
<i>Default value : </i><code>10000</code>
578+
<i>Default value : </i><code>0</code>
579579
</td>
580580
</tr>
581581
<tr>
@@ -593,7 +593,7 @@ <h3 id="inputs">
593593
<tr>
594594
<td class="col-md-4">
595595
<div class="io-description"><p>Will retry if Stomp connection is not established in specified milliseconds.
596-
Default 10,000ms, set to 0 to wait for ever.</p>
596+
Default 0, which implies wait for ever.</p>
597597
</div>
598598
</td>
599599
</tr>

api-docs/latest/classes/RxStomp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/classes/RxStompConfig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/classes/RxStompRPC.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/classes/RxStompRPCConfig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/classes/Stomp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/classes/StompConfig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@6.0.0, [email protected]</title>
6+
<title>stompjs@6.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">stompjs@6.0.0, [email protected]</a>
17+
<a href="../" class="navbar-brand">stompjs@6.1.0, [email protected]</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

0 commit comments

Comments
 (0)