Skip to content

How to receive data quickly? #1132

Answered by jonasgloning
wojxhr asked this question in Q&A
Sep 20, 2022 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

I suspect this had to do with the EncodingQueue. Sometimes chunks were processed in a suboptimal order, resulting in never freeing the first full object of data.

I just published PeerJS v1.5. It comes fixes this and comes with a much faster BinaryPack implementation and support for the even faster CBOR and MessagePack formats.

Please let me know if encoding makes any difference for your use-case.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@jonasgloning
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ProPablo
Comment options

@jonasgloning
Comment options

Answer selected by jonasgloning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1000 on September 03, 2023 14:48.