-
Notifications
You must be signed in to change notification settings - Fork 4
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
Random blank spaces #26
Comments
Hi, thanks for the report. Can you share what browser you are on? Also was the page in focus when the squares were missing? If you are able to reproduce it easily, can you share the devtools log as well as it prints out when each ping is sent/received? I see this on Firefox when the tab doesn't have focus. It might happen on other browsers too. I *think* what is happening is the browser restricts how often the wakeup timer I set can execute and we miss sending the ping some seconds. I don't think its a rendering issue but I need to confirm.
…On Wed, Oct 30, 2024, at 8:00 PM, TsukiZero wrote:
image.png (view on web) <https://github.com/user-attachments/assets/a39d9d6d-56d6-4fc4-87a4-1d7d81a0e54f>
It simply failed to render?
—
Reply to this email directly, view it on GitHub <#26>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAD4QEKHEU46YH6DGF6PTMTZ6E3HDAVCNFSM6AAAAABQ44QXD6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDKMRRGM2TGNQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
it's Firefox, the page was out of focus, while skimming the log I saw
nothing unusual nor wrong (was responding normally). I'm willing to believe
it is a wake up matter indeed.
…On Wed, Oct 30, 2024 at 6:57 PM Ben Hansen ***@***.***> wrote:
Hi, thanks for the report. Can you share what browser you are on? Also was
the page in focus when the squares were missing? If you are able to
reproduce it easily, can you share the devtools log as well as it prints
out when each ping is sent/received? I see this on Firefox when the tab
doesn't have focus. It might happen on other browsers too. I *think* what
is happening is the browser restricts how often the wakeup timer I set can
execute and we miss sending the ping some seconds. I don't think its a
rendering issue but I need to confirm.
On Wed, Oct 30, 2024, at 8:00 PM, TsukiZero wrote:
>
>
>
>
> image.png (view on web) <
https://github.com/user-attachments/assets/a39d9d6d-56d6-4fc4-87a4-1d7d81a0e54f>
> It simply failed to render?
>
>
>
>
> —
> Reply to this email directly, view it on GitHub <
#26>, or unsubscribe <
https://github.com/notifications/unsubscribe-auth/AAD4QEKHEU46YH6DGF6PTMTZ6E3HDAVCNFSM6AAAAABQ44QXD6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDKMRRGM2TGNQ>.
> You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
>
>
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASUJLKBNSQLBUNJKJTBVOQLZ6FI3FAVCNFSM6AAAAABQ44QXD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBYGUYDEMRYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks. Maybe there is a way to request more accurate/consistent timers from the browser. I'll leave this issue open until I or someone else gets a chance to look at it. |
Could perhaps study something from this userscript:
https://greasyfork.org/en/scripts/383093-twitch-disable-automatic-video-downscale/code
I know it has been handy to stop Twitch.TV from lowering the quality
automatically.
…On Thu, Oct 31, 2024 at 12:18 PM Ben Hansen ***@***.***> wrote:
Thanks. Maybe there is a way to request more accurate/consistent timers
from the browser. I'll leave this issue open until I or someone else gets a
chance to look at it.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASUJLKC2ERULC4BQNH4QIELZ6JC2VAVCNFSM6AAAAABQ44QXD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJQGE2DMMRZHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It simply failed to render?
The text was updated successfully, but these errors were encountered: