mirror of
https://github.com/tubearchivist/members.git
synced 2026-03-23 20:37:08 +00:00
[GH-ISSUE #1] Video got lost by ping/pong error #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DunklerPhoenix on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/tubearchivist/members/issues/1
Heho
A video notification got lost because of a ping/pong timeout error.
I think the client should try again to push the video to TA if an error occurs.
The "notification received" on the members page could also be a bit misleading in that context.
It was the first notification to my server so it could also be a problem on my site. I will watch it a bit, but in any case I love the idea behind this live notifications. Thank you
@bbilly1 commented on GitHub (Aug 1, 2024):
That is usually when you loose internet connection, or in rare cases, if the server reconnects you. It will retry a few times, but will give up at some point to avoid unneeded spam against the connection API endpoints.
If you are offline, notifications won't get lost, they will get stored on the server for a few days, so next time you connect, you should get the newest notifications.
In the interface, a notification is marked as sent even if you are offline, it will be cached for some time.