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

Communication: Streamline socket connection handling #221

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

anian03
Copy link
Member

@anian03 anian03 commented Nov 15, 2024

Handling subscriptions to web socket topics is currently spread across multiple files and locations. This makes it easy to miss something when updating the logic. This PR moves it all into one file and allows for simpler handling of connections.

It also enables us in the future to make use of the same topic in multiple locations simultaneously without workarounds.

The current logic may also have a few bugs related to conversations sharing a topic and thus not being able to subscribe correctly.

@anian03 anian03 self-assigned this Nov 15, 2024
@anian03 anian03 linked an issue Nov 15, 2024 that may be closed by this pull request
@anian03 anian03 merged commit 3d22541 into develop Nov 15, 2024
1 check passed
@anian03 anian03 deleted the bugfix/communication/restructure-socket-handling branch November 15, 2024 20:28
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.

1 participant