26-channel-display-tauri #24
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate!24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "7-channel-display-sidebar-two"
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?
Closes #26.
This PR implements a client for connecting to the channel server, registers it with the AppState, and exposes the behavior through Tauri commands.
WIP: 7-channel-display-sidebar-twoto WIP: 26-channel-display-tauriDon't merge this until #23 is in main. Or I could rebase and merge it into #23. Up to @tepichord
WIP: 26-channel-display-taurito 26-channel-display-tauriLGTM. Just posting for posterity that the naming convention for
MicroclimateClientwill probably change in the future, since there are likely to be multiple clients (for multiple gRPC services). At that time, we'll want to move thepub mod protodefinition.@ -2,2 +1,2 @@tonic_prost_build::compile_protos("../proto/channels.proto")?;Ok(())fn main() {tonic_prost_build::configure()Message types aren’t going to be JSON serialized and deserialized on the server side, so is it necessary to change the build code here?
bc1310b12atof7ff0c7f89