You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Split WebSocketService into two services based on its current functionalities:
The text was updated successfully, but these errors were encountered: