Skip to content

Commit 3603829

Browse files
BBosmanmarcospds
authored andcommitted
Update sse-options.interface.ts to make docs match code (#34)
1 parent 016d28e commit 3603829

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/projects/ngx-sse-client/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ this.sseClient.stream('/subscribe', { responseType: 'text' }).subscribe((data) =
110110
111111
## CHANGELOG
112112

113+
### 20.0.1
114+
115+
- fixed `sse-options.interface.ts` to make docs match code.
116+
113117
### 20.0.0
114118

115119
:warning: Official minimum `Angular` version support changed to **20.0.0**!

lib/projects/ngx-sse-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-sse-client",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"description": "A simple SSE (Server Sent Events) client for Angular applications.",
55
"keywords": [
66
"angular",

lib/projects/ngx-sse-client/src/lib/sse-options.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface SseOptions {
1313
* Delay before reconnecting with the server, this is only useful when
1414
* `keepAlive` is `true`.
1515
*
16-
* @default `5000`
16+
* @default `3000`
1717
*/
1818
reconnectionDelay: number;
1919

0 commit comments

Comments
 (0)