-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): added ability for subscriptions to have a
slow
option t…
…hat when specified will check the depth of the iterator and report when the subscription is running slow. fix #125 Signed-off-by: Alberto Ricart <[email protected]>
- Loading branch information
Showing
21 changed files
with
152 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nats-io/nats-core", | ||
"version": "3.0.0-36", | ||
"version": "3.0.0-37", | ||
"files": [ | ||
"lib/", | ||
"LICENSE", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is generated - do not edit | ||
export const version = "3.0.0-36"; | ||
export const version = "3.0.0-37"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"imports": { | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-36/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-37", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-37/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@std/io": "jsr:@std/[email protected]" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"imports": { | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-36/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-37", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-37/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
}, | ||
"imports": { | ||
"@std/io": "jsr:@std/[email protected]", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-37", | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters