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

TODO: Split WebSocketService into MessageService and IPCService #20

Open
tjcouch-sil opened this issue Jan 18, 2023 · 0 comments
Open

Comments

@tjcouch-sil
Copy link
Owner

Split WebSocketService into two services based on its current functionalities:

  • MessageService - handles sending and receiving messages over websocket. This should be completely exchangeable with another message-passing technology and should not have to duplicate code between them
  • IPCService - handles requests, responses, advanced message techniques. Things that are not explicitly tied to the messaging functionality
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