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

Cancellation: Receiver Hangs Indefinitely after entering code, when Sender has already cancelled #83

Open
donpui opened this issue Nov 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@donpui
Copy link
Contributor

donpui commented Nov 22, 2022

Describe the bug

When the sender cancels before the receiver accepts the transfer, the receiver hangs when it should terminate as well.

To reproduce

Steps to reproduce the behavior:

  1. Sender: Starts send <file_path>
  2. Receiver: Opens a link or enter
  3. Sender: Cancel send
  4. Receiver: Press Download
  5. Receiver: Download button is deactivated and hanging

Expected behavior

Either the accept/reject flow is interrupted because Sender has cancelled or the transfer immediately fails after Receiver accepts.

** Note **
Initial issue is with backend (wormhole-william) part, where probably it should be fixed first.

Original issue: #OP858

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