Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large list of queued media breaks networking #31

Closed
samuelmaddock opened this issue Sep 22, 2018 · 1 comment
Closed

Large list of queued media breaks networking #31

samuelmaddock opened this issue Sep 22, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@samuelmaddock
Copy link
Owner

  • Metastream Version: 0.1.3
  • OS Version: Windows 10 64-bit

Steps to Reproduce:

  1. Add a lot of media to the queue (10-40), each with video descriptions.
  2. Skip to the next media in the list.

Observed: Client fails to parse update payload and doesn't display new media.

The delta update may be inefficiently networking the shift of items in the queue, resulting in a large payload size. The payload is likely broken up into fragments which aren't being accounted for.

@samuelmaddock samuelmaddock added the bug Something isn't working label Sep 22, 2018
@samuelmaddock
Copy link
Owner Author

Fixed in 0.1.4 by introducing length-prefixed messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant