Clean up socket.rs #40
Labels
No labels
bug
chore
CI/CD
Code Cleanup
duplicate
DX
enhancement
help wanted
invalid
packaging
question
UI
UX
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
waycasthq/waycast#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the addition of the application container and
AppMessagein #38, theSocketCommandis now unused. We should also figure out if we still wantWaycastSocketListeneror if we just want to make the listener a method in the app container.We can also just serialize the AppMessage with serde and send it over the wire so we don't have to maintain the string table we currently have: