-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
[Bug] Pairdrop user gets offline while still choosing files to send #247
Comments
The server checks periodically if a client is still online. The problem might be that the JavaScript code in the browser is stopped by some browsers when their file selector is opened.
Maybe it'd be more stable if the server stopped as long as a file selector is open. Maybe it would also be sufficient to increase the timeout period. Is the issue consistently reproducible? |
Yes, reproducible all the time. Take note, occurs too while taking a picture. Please make the timeout be at least 20 seconds. Thanks for responding. Other than that, your program is just perfect. |
I have finally implemented this! 🎉 I'd appreciate it if you could test whether your issue is resolved on the development instance here: https://pairdrop-dev.onrender.com |
As the repository was falsely flagged and hidden for the last month this probably never reached you so this is a friendly bump. @svl168 I would appreciate it, if you could test this feature on the instance above. |
Hi, I'm not the original poster, but I noticed the same bug on my self hosted server. |
Great! Thanks a lot for testing! I'll hurry up to get this released as part of #267 soon. I'll keep you posted |
Hi @schlagmichdoch, can you estimate when the fix will get rolled out? Would be nice if we can finally get the app back working... |
Pairdrop user gets offline while still choosing files to send or still taking picture to send.
To Reproduce
Expected behavior
online status should stay online (each other's icon) while one of them is still choosing files to send or taking pictures.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Bug occurs on official PairDrop instance https://pairdrop.net/
Yes
Version: v1.10.5
Bug occurs on self-hosted PairDrop instance
No | Yes
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: