-
Notifications
You must be signed in to change notification settings - Fork 908
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The RPC request coalescer now throws exceptions whether you configure…
… it with an `AbortSignal` or not (#2910) * The RPC request coalescer now throws exceptions whether you configure it with an `AbortSignal` or not * Add changeset * Prettier --------- Co-authored-by: steveluscher <[email protected]>
- Loading branch information
1 parent
1b0dde7
commit 42a70f4
Showing
3 changed files
with
32 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@solana/rpc': patch | ||
--- | ||
|
||
Fixed a bug where the RPC would fail to throw errors in the event that you configured it with an `AbortSignal` |
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