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

LiveShareServer: Timer does not seem to always send data #164

Open
witmoca opened this issue Mar 15, 2024 · 0 comments
Open

LiveShareServer: Timer does not seem to always send data #164

witmoca opened this issue Mar 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@witmoca
Copy link
Owner

witmoca commented Mar 15, 2024

Data is not received on the clients on every timer event.
The following is observed in test:

Normal LiveShareServer timer period (1 second):
Every second data is received. Every few data packets, a delay of about 2 seconds is added, resulting a 3 second packet interval.
The normal rate resumes (every second), until after a few packets the loop repeats.

When extending the Timer period to 15 seconds:
Every 15 seconds data is received. On the second packet, the delay is 30 seconds instead.

Not a major issue considering the normal period is low. This does indicate an issue in the (already messy) LiveShareServer code

@witmoca witmoca added the bug Something isn't working label Mar 15, 2024
@witmoca witmoca moved this from To triage to Backlog in Bug Tracker BEATs Mar 15, 2024
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
Status: Backlog
Development

No branches or pull requests

1 participant