Skip to content

Commit

Permalink
Fix slow receive when using native WebSocket (rerun-io#7875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk authored Oct 24, 2024
1 parent 64a27ee commit a816177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2348,8 +2348,7 @@ dependencies = [
[[package]]
name = "ewebsock"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "735ef60c8cd338b55f972d66c95558a71298d6f8bce1e1347d4c95b082ab2c37"
source = "git+https://github.com/rerun-io/ewebsock?rev=ac6552ecb70f058d81dd8fafaecd4b1daba24685#ac6552ecb70f058d81dd8fafaecd4b1daba24685"
dependencies = [
"document-features",
"js-sys",
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,6 @@ re_arrow2 = { git = "https://github.com/rerun-io/re_arrow2", rev = "e4717d6debc6

# Commit on `main` branch of `re_mp4`
re_mp4 = { git = "https://github.com/rerun-io/re_mp4", rev = "7d38361ee5b05f5a2b83a8029057c8a24d2e9023" }

# Commit on `main` branch of `ewebsock`
ewebsock = { git = "https://github.com/rerun-io/ewebsock", rev = "ac6552ecb70f058d81dd8fafaecd4b1daba24685" }

0 comments on commit a816177

Please sign in to comment.