Skip to content

Commit 627d499

Browse files
authored
fix(hermes/client): make allowUnordered false (#1815)
* go * update * fix: switch to false
1 parent d79a62b commit 627d499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/hermes/client/js/src/examples/HermesClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function run() {
7575
const eventSource = await connection.getPriceUpdatesStream(priceIds, {
7676
encoding: "hex",
7777
parsed: true,
78-
allowUnordered: true,
78+
allowUnordered: false,
7979
benchmarksOnly: true,
8080
});
8181

apps/hermes/server/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)