veracruz icon indicating copy to clipboard operation
veracruz copied to clipboard

Split RuntimeManagerMessage type, unify with IceCap messages

Open dominic-mulligan-arm opened this issue 2 years ago • 1 comments

Requested feature

The RuntimeManagerMessage type from veracruz-utils should be split into distinct RuntimeManagerRequest and RuntimeManagerResponse types. Moreover, the special-purpose analogue of this type for IceCap should be unified with the Nitro/Linux types.

dominic-mulligan-arm avatar Mar 25 '22 09:03 dominic-mulligan-arm

There are already the RuntimeManagerRequest and RuntimeManagerResponse structures which are the messages that are (de)serialized by protobuf and used to communicate between the client and the runtime manager. Should we pick another name for the messages between the server and the runtime manager? Something that reflects that the communication is more control oriented?

gbryant-arm avatar Mar 31 '22 12:03 gbryant-arm