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

Fix reuse of websocket #226

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

Schmiddiii
Copy link
Contributor

When receive_messages is called multiple times on the same manager, this could lead to a panic "web socket request handler not in use". This fixes this.

Requires whisperfish/libsignal-service-rs#274. Also currently dependent on my fork of lss.

When `receive_messages` is called multiple times on the same manager,
this could lead to a panic "web socket request handler not in use". This
fixes this.

Requires <whisperfish/libsignal-service-rs#274>.
Also currently dependent on my fork of lss.
@Schmiddiii Schmiddiii force-pushed the fix-reuse-websocket branch from 221a79f to 859e41d Compare January 4, 2024 10:59
@gferon gferon merged commit 0588993 into whisperfish:main Jan 4, 2024
4 checks passed
@gferon
Copy link
Collaborator

gferon commented Jan 4, 2024

Thanks!

@Schmiddiii Schmiddiii deleted the fix-reuse-websocket branch January 4, 2024 11:12
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

Successfully merging this pull request may close these issues.

2 participants