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

Problem: disconnecting client causes panic sometimes #45

Open
odesenfans opened this issue May 12, 2023 · 1 comment
Open

Problem: disconnecting client causes panic sometimes #45

odesenfans opened this issue May 12, 2023 · 1 comment

Comments

@odesenfans
Copy link
Collaborator

Disconnecting a client abruptly can cause a panic.

Command receiver should not to be dropped: SendError { kind: Disconnected }

@odesenfans
Copy link
Collaborator Author

This error originates from expect calls on the sender/receiver queues used to communicate with the P2P background task. Most of the issue is already fixed by #55 but the error could still occur when the service boots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant